llvm-6502/include
Rafael Espindola b0d78d0192 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200011 91177308-0d34-0410-b5e6-96231b3b80d8
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