diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/constant-combines.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/constant-combines.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/constant-combines.ll b/llvm/test/CodeGen/X86/constant-combines.ll index bcf07093a3c..85741685beb 100644 --- a/llvm/test/CodeGen/X86/constant-combines.ll +++ b/llvm/test/CodeGen/X86/constant-combines.ll @@ -14,7 +14,7 @@ define void @PR22524({ float, float }* %arg) { ; being useful. ; ; CHECK-LABEL: PR22524: -; CHECK: # BB#0: # %entry +; CHECK: # %bb.0: # %entry ; CHECK-NEXT: xorl %eax, %eax ; CHECK-NEXT: movd %eax, %xmm0 ; CHECK-NEXT: xorps %xmm1, %xmm1 |