llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Dec 2012 01:40:56 +0000 (01:40 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 12 Dec 2012 01:40:56 +0000 (01:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169956 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/store_op_load_fold.ll

index b1345ab23f9c27c8f78820f8231f127141a27ade..137fda38254203fe5a80d294ef6f4bbccd6acbae 100644 (file)
@@ -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.