From: NAKAMURA Takumi Date: Wed, 12 Dec 2012 01:40:56 +0000 (+0000) Subject: llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01ac65af00e17dddad617033279ea625dc15a310;p=platform%2Fupstream%2Fllvm.git llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple. llvm-svn: 169956 --- diff --git a/llvm/test/CodeGen/X86/store_op_load_fold.ll b/llvm/test/CodeGen/X86/store_op_load_fold.ll index b1345ab..137fda3 100644 --- a/llvm/test/CodeGen/X86/store_op_load_fold.ll +++ b/llvm/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.