| commit | 8394786f3ea7247c46be5e3f6450d2a9640230db | [log] [tgz] |
|---|---|---|
| author | Matthias Braun <matze@braunis.de> | Wed Jul 13 22:23:23 2016 +0000 |
| committer | Matthias Braun <matze@braunis.de> | Wed Jul 13 22:23:23 2016 +0000 |
| tree | 1f0e6c551a35e0655103f691ac9c210b0e7d7b06 | |
| parent | c4ab36abebe18a7acfe6a5d96b6287ad61562d73 [diff] |
MIRParser: Move MachineFunction reference into PFS; NFC Code cleanup: The PerFunctionMIParsingState is per function, moving a reference into PFS we can avoid passing around the MachineFunction in an extra parameter most of the time. Also change most signatures to consistently pass PFS reference first. llvm-svn: 275329