diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-01-13 21:51:41 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-01-13 21:51:41 +0000 |
| commit | fb40a8e5f10a26a6c852e74c4b07e5e1c8b7bf36 (patch) | |
| tree | 08c85977fcbce64111fb1cf0a1648b0dd9262d8c /llvm | |
| parent | d5c6eafe0917451a18f1843762f0d44e95efc851 (diff) | |
| download | bcm5719-llvm-fb40a8e5f10a26a6c852e74c4b07e5e1c8b7bf36.tar.gz bcm5719-llvm-fb40a8e5f10a26a6c852e74c4b07e5e1c8b7bf36.zip | |
this test requires SSE, thanks to jyasskin for pointing this out.
llvm-svn: 93360
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/2010-01-07-UAMemFeature.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2010-01-07-UAMemFeature.ll b/llvm/test/CodeGen/X86/2010-01-07-UAMemFeature.ll index 29ee1316462..3728f15d969 100644 --- a/llvm/test/CodeGen/X86/2010-01-07-UAMemFeature.ll +++ b/llvm/test/CodeGen/X86/2010-01-07-UAMemFeature.ll @@ -1,4 +1,4 @@ -; RUN: llc -mattr=vector-unaligned-mem -march=x86 < %s | FileCheck %s +; RUN: llc -mcpu=yonah -mattr=vector-unaligned-mem -march=x86 < %s | FileCheck %s ; CHECK: addps ( target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128" |

