OSDN Git Service

convert the last 3 targets to use EmitFunctionBody() now that
authorChris Lattner <sabre@nondot.org>
Thu, 28 Jan 2010 06:22:43 +0000 (06:22 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Jan 2010 06:22:43 +0000 (06:22 +0000)
commita34103f6fa6f21025518596efc73631eb899410b
tree5570b92cfc42fd7f7d6fc4e3a5e04d07b5a2925c
parent06ed3e788ab3d71350b7cc7d077f4bd9a2b57799
convert the last 3 targets to use EmitFunctionBody() now that
it has before/end body hooks.

 lib/Target/Alpha/AsmPrinter/AlphaAsmPrinter.cpp |   49 ++-----------
 lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp   |   87 ++++++------------------
 lib/Target/XCore/AsmPrinter/XCoreAsmPrinter.cpp |   56 +++------------
 test/CodeGen/XCore/ashr.ll                      |    2
 4 files changed, 48 insertions(+), 146 deletions(-)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94741 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Alpha/AsmPrinter/AlphaAsmPrinter.cpp
lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp
lib/Target/XCore/AsmPrinter/XCoreAsmPrinter.cpp
test/CodeGen/XCore/ashr.ll