llvm/test/CodeGen
Chris Lattner a34103f6fa 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
2010-01-28 06:22:43 +00:00
..
Alpha
ARM emit jump table an alias ".set" directives through MCStreamer as 2010-01-26 21:53:08 +00:00
Blackfin
CBackend
CellSPU
CPP
Generic just remove this test, it is not reduced, is not clear what its testing for and 2010-01-24 19:23:09 +00:00
Mips
MSP430
PIC16
PowerPC Give AsmPrinter the most common expected implementation of 2010-01-28 01:28:58 +00:00
SPARC
SystemZ
Thumb
Thumb2
X86 Fix a bug introduced by r94490 where it created a X86ISD::CMP whose output type is different from its inputs. 2010-01-28 01:57:22 +00:00
XCore convert the last 3 targets to use EmitFunctionBody() now that 2010-01-28 06:22:43 +00:00