diff options
Diffstat (limited to 'test/CodeGen/X86/avx-bitcast.ll')
-rw-r--r-- | test/CodeGen/X86/avx-bitcast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/avx-bitcast.ll b/test/CodeGen/X86/avx-bitcast.ll index c9d828c..bb3e5a5 100644 --- a/test/CodeGen/X86/avx-bitcast.ll +++ b/test/CodeGen/X86/avx-bitcast.ll @@ -3,7 +3,7 @@ ; CHECK: vmovsd (% ; CHECK-NEXT: vmovq %xmm define i64 @bitcasti64tof64() { - %a = load double* undef + %a = load double, double* undef %b = bitcast double %a to i64 ret i64 %b } |