summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/dagcombine-cse.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-04-08 00:14:17 +0000
committerDale Johannesen <dalej@apple.com>2008-04-08 00:14:17 +0000
commitda298f910714e9413b57b1e2e660398e9d601210 (patch)
tree1f4c142f8956f0b6b240a840aed3676e9744a588 /llvm/test/CodeGen/X86/dagcombine-cse.ll
parent344aec29522f2fb6907247feed07e58ed7df4046 (diff)
downloadbcm5719-llvm-da298f910714e9413b57b1e2e660398e9d601210.tar.gz
bcm5719-llvm-da298f910714e9413b57b1e2e660398e9d601210.zip
Add -disable-required-unwind-tables to tests
that need it (usually, grepping for some string found in unwind info) llvm-svn: 49364
Diffstat (limited to 'llvm/test/CodeGen/X86/dagcombine-cse.ll')
-rw-r--r--llvm/test/CodeGen/X86/dagcombine-cse.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/dagcombine-cse.ll b/llvm/test/CodeGen/X86/dagcombine-cse.ll
index 7427678db00..d5d11f30c03 100644
--- a/llvm/test/CodeGen/X86/dagcombine-cse.ll
+++ b/llvm/test/CodeGen/X86/dagcombine-cse.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats |& grep asm-printer | grep 14
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -disable-required-unwind-tables -stats |& grep asm-printer | grep 14
define i32 @t(i8* %ref_frame_ptr, i32 %ref_frame_stride, i32 %idxX, i32 %idxY) nounwind {
entry:
OpenPOWER on IntegriCloud