summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit1b18db7ea3b98e338a62fb88e4479b1fdc99eb0e (patch)
treea532bb9d9dfc63e6379c38d13e6679cc6b72ef4d /llvm
parent537a29638df14cf3fd6f35b3a6abb9c89ba89209 (diff)
downloadbcm5719-llvm-1b18db7ea3b98e338a62fb88e4479b1fdc99eb0e.tar.gz
bcm5719-llvm-1b18db7ea3b98e338a62fb88e4479b1fdc99eb0e.zip
llvm/test/CodeGen/X86/fold-vex.ll: Add explicit triple.
llvm-svn: 171029
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/fold-vex.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fold-vex.ll b/llvm/test/CodeGen/X86/fold-vex.ll
index 60e500b419e..2bb5b441c7c 100644
--- a/llvm/test/CodeGen/X86/fold-vex.ll
+++ b/llvm/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.
OpenPOWER on IntegriCloud