summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_ss_load_fold.ll
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2012-08-13 19:34:29 +0000
committerManman Ren <mren@apple.com>2012-08-13 19:34:29 +0000
commit2e018f1cf6c056c05b212eb6a69cf0c852329fb9 (patch)
tree44457296357e008f1c812a741058c5f949bde4e6 /test/CodeGen/X86/vec_ss_load_fold.ll
parentdf8320313bf31c77d6dde4010235d82d871518cb (diff)
downloadllvm-2e018f1cf6c056c05b212eb6a69cf0c852329fb9.tar.gz
llvm-2e018f1cf6c056c05b212eb6a69cf0c852329fb9.tar.bz2
llvm-2e018f1cf6c056c05b212eb6a69cf0c852329fb9.tar.xz
Fix failure on Atom bot due to r161769
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_ss_load_fold.ll')
-rw-r--r--test/CodeGen/X86/vec_ss_load_fold.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_ss_load_fold.ll b/test/CodeGen/X86/vec_ss_load_fold.ll
index 9ceea93358..c294df575a 100644
--- a/test/CodeGen/X86/vec_ss_load_fold.ll
+++ b/test/CodeGen/X86/vec_ss_load_fold.ll
@@ -78,7 +78,7 @@ entry:
4.569870e+02, double 1.233210e+02>, i32 128) nounwind readnone
ret <2 x double> %0
; CHECK: test5:
-; CHECK: movl
+; CHECK: mov
; CHECK: mov
; CHECK: cvtsi2sd
}