summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-01-04 21:23:34 +0000
committerDan Gohman <gohman@apple.com>2010-01-04 21:23:34 +0000
commitc12e979790c271bd501f88ecc72371553228bb0f (patch)
treed9b29b3c7320fc449fbe9c9b2363282a38392463 /test
parent760d1945bca8561ca3ca106cc746cca7361b6a6b (diff)
Make this test more portable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/use-add-flags.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/use-add-flags.ll b/test/CodeGen/X86/use-add-flags.ll
index 8252030830e..2dd2a4adac5 100644
--- a/test/CodeGen/X86/use-add-flags.ll
+++ b/test/CodeGen/X86/use-add-flags.ll
@@ -42,7 +42,7 @@ false:
; CHECK: qux:
; CHECK: andl $16, %edi
-; CHECK-NEXT: jne .LBB3_2
+; CHECK-NEXT: jne
define void @qux(i32 %x) nounwind {
%y = and i32 %x, 16