diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/mmx-punpckhdq.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/mmx-punpckhdq.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/mmx-punpckhdq.ll b/llvm/test/CodeGen/X86/mmx-punpckhdq.ll index 4818baedc41..4d2aba5bde8 100644 --- a/llvm/test/CodeGen/X86/mmx-punpckhdq.ll +++ b/llvm/test/CodeGen/X86/mmx-punpckhdq.ll @@ -1,5 +1,5 @@ -; RUN: llc < %s -march=x86 -mattr=+mmx | grep pextrd -; RUN: llc < %s -march=x86 -mattr=+mmx | grep punpckhdq | count 1 +; RRUN: llc < %s -march=x86 -mattr=+mmx | grep pextrd +; RRUN: llc < %s -march=x86 -mattr=+mmx | grep punpckhdq | count 1 ; There are no MMX operations in bork; promoted to XMM. define void @bork(<1 x i64>* %x) { |