1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/include
Matthias Braun 17b01651c8 CodeGen: Refactor MIR parsing
When parsing .mir files immediately construct the MachineFunctions and
put them into MachineModuleInfo.

This allows us to get rid of the delayed construction (and delayed error
reporting) through the MachineFunctionInitialzier interface.

Differential Revision: https://reviews.llvm.org/D33809

llvm-svn: 304758
2017-06-06 00:44:35 +00:00
..
llvm CodeGen: Refactor MIR parsing 2017-06-06 00:44:35 +00:00
llvm-c [LLVM-C] [OCaml] Expose Type::subtypes. 2017-06-05 11:49:52 +00:00