diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/avx-bitcast.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/avx-bitcast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/avx-bitcast.ll b/llvm/test/CodeGen/X86/avx-bitcast.ll index e34c20fcbd7..150c7ccfa0c 100644 --- a/llvm/test/CodeGen/X86/avx-bitcast.ll +++ b/llvm/test/CodeGen/X86/avx-bitcast.ll @@ -2,7 +2,7 @@ define i64 @bitcasti64tof64() { ; CHECK-LABEL: bitcasti64tof64: -; CHECK: # BB#0: +; CHECK: # %bb.0: ; CHECK: vmovsd {{.*#+}} xmm0 = mem[0],zero ; CHECK-NEXT: vmovq %xmm0, %rax ; CHECK-NEXT: retq |