[llvm-commits] [llvm] r169956 - /llvm/trunk/test/CodeGen/X86/store_op_load_fold.ll

NAKAMURA Takumi geek4civic at gmail.com
Tue Dec 11 17:40:56 PST 2012


Author: chapuni
Date: Tue Dec 11 19:40:56 2012
New Revision: 169956

URL: http://llvm.org/viewvc/llvm-project?rev=169956&view=rev
Log:
llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.

Modified:
    llvm/trunk/test/CodeGen/X86/store_op_load_fold.ll

Modified: llvm/trunk/test/CodeGen/X86/store_op_load_fold.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/store_op_load_fold.ll?rev=169956&r1=169955&r2=169956&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/store_op_load_fold.ll (original)
+++ llvm/trunk/test/CodeGen/X86/store_op_load_fold.ll Tue Dec 11 19:40:56 2012
@@ -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.
 





More information about the llvm-commits mailing list