summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/mmx-vzmovl.ll
diff options
context:
space:
mode:
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 {