David Blaikie 25ddcb4c27 Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&
None of the implementations replace the SimpleFile with some other file,
they just modify the SimpleFile in-place, so a direct reference to the
file is sufficient.

llvm-svn: 240167
2015-06-19 19:43:43 +00:00
..
2015-05-22 16:01:12 +00:00
2015-06-17 13:46:07 +00:00
2015-02-23 13:25:44 +00:00
2015-03-27 21:39:13 +00:00