summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/xor-select-i1-combine.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/xor-select-i1-combine.ll')
-rw-r--r--llvm/test/CodeGen/X86/xor-select-i1-combine.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/xor-select-i1-combine.ll b/llvm/test/CodeGen/X86/xor-select-i1-combine.ll
index c9383282a0c..8ba7f7d931d 100644
--- a/llvm/test/CodeGen/X86/xor-select-i1-combine.ll
+++ b/llvm/test/CodeGen/X86/xor-select-i1-combine.ll
@@ -6,7 +6,7 @@
define i32 @main(i8 %small) {
; CHECK-LABEL: main:
-; CHECK: # BB#0: # %entry
+; CHECK: # %bb.0: # %entry
; CHECK-NEXT: testb $1, %dil
; CHECK-NEXT: movl $m, %eax
; CHECK-NEXT: movl $n, %ecx
@@ -24,7 +24,7 @@ entry:
define i32 @main2(i8 %small) {
; CHECK-LABEL: main2:
-; CHECK: # BB#0: # %entry
+; CHECK: # %bb.0: # %entry
; CHECK-NEXT: movl $m, %eax
; CHECK-NEXT: movl $n, %ecx
; CHECK-NEXT: testb $1, %dil
OpenPOWER on IntegriCloud