1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/include
Rafael Espindola b735b47f17 Move emitInlineAsmEnd to the AsmPrinter interface.
There is no inline asm in a .s file. Therefore, there should be no logic to
handle it in the streamer. Inline asm only exists in bitcode files, so the
logic can live in the (long misnamed) AsmPrinter class.

llvm-svn: 200011
2014-01-24 15:47:54 +00:00
..
llvm Move emitInlineAsmEnd to the AsmPrinter interface. 2014-01-24 15:47:54 +00:00
llvm-c Add target analysis passes to the codegen pipeline for MCJIT. 2014-01-23 19:23:28 +00:00