diff options
author | Sanjay Patel <spatel@rotateright.com> | 2015-03-06 20:34:20 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2015-03-06 20:34:20 +0000 |
commit | 2b7229c34d34ccf6d7abef35c5c3c37f4dbd9ee2 (patch) | |
tree | f767879a1c46e6c41c5ce5bea8df2ee514b45782 | |
parent | 3d8aa5c77db1de8f5c913abdb63885cc4d9143c5 (diff) | |
download | bcm5719-llvm-2b7229c34d34ccf6d7abef35c5c3c37f4dbd9ee2.tar.gz bcm5719-llvm-2b7229c34d34ccf6d7abef35c5c3c37f4dbd9ee2.zip |
fixed to test only the feature, not the feature and a CPU
llvm-svn: 231509
-rw-r--r-- | llvm/test/CodeGen/X86/trunc-ext-ld-st.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/trunc-ext-ld-st.ll b/llvm/test/CodeGen/X86/trunc-ext-ld-st.ll index 65f42bb7140..8c60697d803 100644 --- a/llvm/test/CodeGen/X86/trunc-ext-ld-st.ll +++ b/llvm/test/CodeGen/X86/trunc-ext-ld-st.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mcpu=corei7 -mattr=+sse4.1 | FileCheck %s +; RUN: llc < %s -march=x86-64 -mattr=+sse4.1 | FileCheck %s ;CHECK-LABEL: load_2_i8: ; A single 16-bit load |