aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-28 06:22:43 +0000
committerChris Lattner <sabre@nondot.org>2010-01-28 06:22:43 +0000
commita34103f6fa6f21025518596efc73631eb899410b (patch)
tree5570b92cfc42fd7f7d6fc4e3a5e04d07b5a2925c /test/CodeGen
parent06ed3e788ab3d71350b7cc7d077f4bd9a2b57799 (diff)
downloadexternal_llvm-a34103f6fa6f21025518596efc73631eb899410b.zip
external_llvm-a34103f6fa6f21025518596efc73631eb899410b.tar.gz
external_llvm-a34103f6fa6f21025518596efc73631eb899410b.tar.bz2
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
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/XCore/ashr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/ashr.ll b/test/CodeGen/XCore/ashr.ll
index d585e8b..d99808f 100644
--- a/test/CodeGen/XCore/ashr.ll
+++ b/test/CodeGen/XCore/ashr.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=xcore | FileCheck %s
+; RUN: llc < %s -march=xcore -asm-verbose=0 | FileCheck %s
define i32 @ashr(i32 %a, i32 %b) {
%1 = ashr i32 %a, %b
ret i32 %1