summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-24 11:14:06 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-24 11:14:06 +0000
commit34cb54bea8e0f176f799961472fd68196db32c6b (patch)
treed6bfa034a89fc823c81c1fae1fbe5aa4b2d3486d /test
parent1e1c5f37c3a9b27c71d7d3a9e22f819200fb38b4 (diff)
downloadexternal_llvm-34cb54bea8e0f176f799961472fd68196db32c6b.zip
external_llvm-34cb54bea8e0f176f799961472fd68196db32c6b.tar.gz
external_llvm-34cb54bea8e0f176f799961472fd68196db32c6b.tar.bz2
llvm/test/CodeGen/X86/fold-vex.ll: Add explicit triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171029 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/fold-vex.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fold-vex.ll b/test/CodeGen/X86/fold-vex.ll
index 60e500b..2bb5b44 100644
--- a/test/CodeGen/X86/fold-vex.ll
+++ b/test/CodeGen/X86/fold-vex.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mcpu=corei7-avx -march=x86-64 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=corei7-avx | FileCheck %s
;CHECK: @test
; No need to load from memory. The operand will be loaded as part of th AND instr.