summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/mmx-vzmovl.ll
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2011-10-16 20:53:20 +0000
committerNadav Rotem <nadav.rotem@intel.com>2011-10-16 20:53:20 +0000
commitacb10f1519b0944fe7cf1b6060a03b17aab267e2 (patch)
tree886c838ce833c759c754182e388aa0810f9e68bd /test/CodeGen/X86/mmx-vzmovl.ll
parent9eee96a5980810e1a283a61ce61fdf7eb55a66f4 (diff)
downloadllvm-acb10f1519b0944fe7cf1b6060a03b17aab267e2.tar.gz
llvm-acb10f1519b0944fe7cf1b6060a03b17aab267e2.tar.bz2
llvm-acb10f1519b0944fe7cf1b6060a03b17aab267e2.tar.xz
Add triple to tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142154 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/mmx-vzmovl.ll')
-rw-r--r--test/CodeGen/X86/mmx-vzmovl.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/mmx-vzmovl.ll b/test/CodeGen/X86/mmx-vzmovl.ll
index 191e261f61..cbabf5a32b 100644
--- a/test/CodeGen/X86/mmx-vzmovl.ll
+++ b/test/CodeGen/X86/mmx-vzmovl.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mattr=+mmx,+sse2 | grep movq | count 2
+; RUN: llc < %s -mtriple=x86_64-linux -mattr=+mmx,+sse2 | grep movq | count 2
; There are no MMX operations here; this is promoted to XMM.
define void @foo(<1 x i64>* %a, <1 x i64>* %b) nounwind {