diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fp128-cast.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fp128-cast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fp128-cast.ll b/llvm/test/CodeGen/X86/fp128-cast.ll index 1bb3bf4c675..9408437ecc8 100644 --- a/llvm/test/CodeGen/X86/fp128-cast.ll +++ b/llvm/test/CodeGen/X86/fp128-cast.ll @@ -46,7 +46,7 @@ entry: ; X64-LABEL: TestFPExtF64_F128: ; X64: movsd vf64(%rip), %xmm0 ; X64-NEXT: callq __extenddftf2 -; X64-NEXT: movapd %xmm0, vf128(%rip) +; X64-NEXT: movaps %xmm0, vf128(%rip) ; X64: ret } |