diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/dag-fmf-cse.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/dag-fmf-cse.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/dag-fmf-cse.ll b/llvm/test/CodeGen/X86/dag-fmf-cse.ll index c12c49d0f40..021459eb4bd 100644 --- a/llvm/test/CodeGen/X86/dag-fmf-cse.ll +++ b/llvm/test/CodeGen/X86/dag-fmf-cse.ll @@ -8,7 +8,7 @@ define float @fmf_should_not_break_cse(float %a, float %b) { ; CHECK-LABEL: fmf_should_not_break_cse: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: vmulss %xmm1, %xmm0, %xmm0 ; CHECK-NEXT: vaddss %xmm0, %xmm0, %xmm0 ; CHECK-NEXT: retq |