diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2009-04-12-FastIselOverflowCrash.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2009-04-12-FastIselOverflowCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-04-12-FastIselOverflowCrash.ll b/llvm/test/CodeGen/X86/2009-04-12-FastIselOverflowCrash.ll index 4f8df0533aa..363053fe341 100644 --- a/llvm/test/CodeGen/X86/2009-04-12-FastIselOverflowCrash.ll +++ b/llvm/test/CodeGen/X86/2009-04-12-FastIselOverflowCrash.ll @@ -11,7 +11,7 @@ declare %0 @llvm.sadd.with.overflow.i32(i32, i32) nounwind define fastcc i32 @test() nounwind { entry: ; CHECK-LABEL: test: -; CHECK: ## BB#0: +; CHECK: ## %bb.0: ; CHECK-NEXT: movl $1, %eax ; CHECK-NEXT: addl $0, %eax ; CHECK-NEXT: seto %cl |