diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/pr28472.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/pr28472.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr28472.ll b/llvm/test/CodeGen/X86/pr28472.ll index 9d2609022b3..603549a7313 100644 --- a/llvm/test/CodeGen/X86/pr28472.ll +++ b/llvm/test/CodeGen/X86/pr28472.ll @@ -1,7 +1,7 @@ ; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s ; CHECK-LABEL: {{^}}same_dynamic_index_fp_vector_type: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK-NEXT: retq define float @same_dynamic_index_fp_vector_type(float %val, i32 %idx) { bb: |