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)
llvm-svn: 169956

llvm/test/CodeGen/X86/store_op_load_fold.ll

index b1345ab..137fda3 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.