diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fastisel-softfloat.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fastisel-softfloat.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fastisel-softfloat.ll b/llvm/test/CodeGen/X86/fastisel-softfloat.ll index e4330db81e1..579637e8344 100644 --- a/llvm/test/CodeGen/X86/fastisel-softfloat.ll +++ b/llvm/test/CodeGen/X86/fastisel-softfloat.ll @@ -6,7 +6,7 @@ target triple = "x86_64-unknown-linux-gnu" define float @pr26522(float %pat) #0 { ; CHECK-LABEL: pr26522: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: movl %edi, %eax ; CHECK-NEXT: retq ret float %pat |