diff options
author | Manman Ren <mren@apple.com> | 2012-08-13 19:34:29 +0000 |
---|---|---|
committer | Manman Ren <mren@apple.com> | 2012-08-13 19:34:29 +0000 |
commit | 2e018f1cf6c056c05b212eb6a69cf0c852329fb9 (patch) | |
tree | 44457296357e008f1c812a741058c5f949bde4e6 /test | |
parent | df8320313bf31c77d6dde4010235d82d871518cb (diff) | |
download | external_llvm-2e018f1cf6c056c05b212eb6a69cf0c852329fb9.zip external_llvm-2e018f1cf6c056c05b212eb6a69cf0c852329fb9.tar.gz external_llvm-2e018f1cf6c056c05b212eb6a69cf0c852329fb9.tar.bz2 |
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')
-rw-r--r-- | test/CodeGen/X86/vec_ss_load_fold.ll | 2 |
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 9ceea93..c294df5 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 } |