diff options
author | Dale Johannesen <dalej@apple.com> | 2010-10-01 05:08:18 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2010-10-01 05:08:18 +0000 |
commit | b0ab5d04dd2e253fa2504208ebb1bfafa3d8a018 (patch) | |
tree | 9f86b5054cb53c91877458ede1347ce59e71948a | |
parent | 3286db670c689104c0df4f98fbb4a66f6e4d2db5 (diff) |
One more +sse2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115293 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/mmx-pinsrw.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/mmx-pinsrw.ll b/test/CodeGen/X86/mmx-pinsrw.ll index 3af09f4998..6062b505a5 100644 --- a/test/CodeGen/X86/mmx-pinsrw.ll +++ b/test/CodeGen/X86/mmx-pinsrw.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -mattr=+mmx | grep pinsrw | count 1 +; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | grep pinsrw | count 1 ; PR2562 external global i16 ; <i16*>:0 [#uses=1] |