summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-12 01:40:56 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-12 01:40:56 +0000
commit87de1e72cb2edddb52f8593cc4a902e1107ffb4d (patch)
tree2b11dec45e3bae9cd7c3caeb7ce36760e4144ecb
parentdb65ff39faee4cab994d3b7ece1a31dfd9343818 (diff)
downloadllvm-87de1e72cb2edddb52f8593cc4a902e1107ffb4d.tar.gz
llvm-87de1e72cb2edddb52f8593cc4a902e1107ffb4d.tar.bz2
llvm-87de1e72cb2edddb52f8593cc4a902e1107ffb4d.tar.xz
llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169956 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/store_op_load_fold.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/store_op_load_fold.ll b/test/CodeGen/X86/store_op_load_fold.ll
index b1345ab23f..137fda3825 100644
--- a/test/CodeGen/X86/store_op_load_fold.ll
+++ b/test/CodeGen/X86/store_op_load_fold.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -mtriple=i686-darwin | FileCheck %s
;
; Test the add and load are folded into the store instruction.