diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/recip-pic.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/recip-pic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/recip-pic.ll b/llvm/test/CodeGen/X86/recip-pic.ll index a4c1625728c..b3e363ea5d1 100644 --- a/llvm/test/CodeGen/X86/recip-pic.ll +++ b/llvm/test/CodeGen/X86/recip-pic.ll @@ -3,7 +3,7 @@ define fastcc float @foo(float %x) unnamed_addr #0 { ; CHECK-LABEL: foo: -; CHECK: # BB#0: # %entry +; CHECK: # %bb.0: # %entry ; CHECK-NEXT: calll .L0$pb ; CHECK-NEXT: .cfi_adjust_cfa_offset 4 ; CHECK-NEXT: .L0$pb: |