summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse-commute.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/sse-commute.ll')
-rw-r--r--test/CodeGen/X86/sse-commute.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sse-commute.ll b/test/CodeGen/X86/sse-commute.ll
index 38ed644e95..336bf06e55 100644
--- a/test/CodeGen/X86/sse-commute.ll
+++ b/test/CodeGen/X86/sse-commute.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86-64 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s
; Commute the comparison to avoid a move.
; PR7500.