diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/mmx-pinsrw.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/mmx-pinsrw.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/mmx-pinsrw.ll b/llvm/test/CodeGen/X86/mmx-pinsrw.ll index f1d04fa46ca..3af09f4998d 100644 --- a/llvm/test/CodeGen/X86/mmx-pinsrw.ll +++ b/llvm/test/CodeGen/X86/mmx-pinsrw.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -mattr=+mmx | grep pinsrw | count 1 +; RUN: llc < %s -march=x86 -mattr=+mmx | grep pinsrw | count 1 ; PR2562 external global i16 ; <i16*>:0 [#uses=1] |