summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/wide-integer-fold.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/wide-integer-fold.ll')
-rw-r--r--test/CodeGen/X86/wide-integer-fold.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/wide-integer-fold.ll b/test/CodeGen/X86/wide-integer-fold.ll
index b3b4d24ab3ac..d4da64e7b068 100644
--- a/test/CodeGen/X86/wide-integer-fold.ll
+++ b/test/CodeGen/X86/wide-integer-fold.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s
; CHECK: movq $-65535, %rax
; DAGCombiner should fold this to a simple constant.