diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/constant-combines.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/constant-combines.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/constant-combines.ll b/llvm/test/CodeGen/X86/constant-combines.ll index f3d2df63a76..20fbedb1574 100644 --- a/llvm/test/CodeGen/X86/constant-combines.ll +++ b/llvm/test/CodeGen/X86/constant-combines.ll @@ -19,7 +19,7 @@ define void @PR22524({ float, float }* %arg) { ; CHECK-NEXT: movd %eax, %xmm0 ; CHECK-NEXT: xorps %xmm1, %xmm1 ; CHECK-NEXT: mulss %xmm0, %xmm1 -; CHECK-NEXT: movq $0, (%rdi) +; CHECK-NEXT: movl $0, (%rdi) ; CHECK-NEXT: movss %xmm1, 4(%rdi) ; CHECK-NEXT: retq entry: |