diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2008-02-14-BitMiscompile.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2008-02-14-BitMiscompile.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-02-14-BitMiscompile.ll b/llvm/test/CodeGen/X86/2008-02-14-BitMiscompile.ll index fdc1c3bb67b..d3fa16a0747 100644 --- a/llvm/test/CodeGen/X86/2008-02-14-BitMiscompile.ll +++ b/llvm/test/CodeGen/X86/2008-02-14-BitMiscompile.ll @@ -3,7 +3,7 @@ define i32 @test(i1 %A) { ; CHECK-LABEL: test: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movzbl {{[0-9]+}}(%esp), %eax ; CHECK-NEXT: andl $1, %eax ; CHECK-NEXT: negl %eax |