commit | 8c63ee7e28eda5aa17becd54b72bcebe15a84600 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon Jan 04 21:23:34 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon Jan 04 21:23:34 2010 +0000 |
tree | 50c4750eb9815cccfa446f4dacb75b5ea1b0f79a | |
parent | 7844a99d6074c3d8582edc5182d58448cb95ca4b [diff] [blame] |
Make this test more portable. llvm-svn: 92514
diff --git a/llvm/test/CodeGen/X86/use-add-flags.ll b/llvm/test/CodeGen/X86/use-add-flags.ll index 8252030..2dd2a4a 100644 --- a/llvm/test/CodeGen/X86/use-add-flags.ll +++ b/llvm/test/CodeGen/X86/use-add-flags.ll
@@ -42,7 +42,7 @@ ; 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