diff options
-rw-r--r-- | test/CodeGen/X86/use-add-flags.ll | 2 |
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 8252030830..2dd2a4adac 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 |