forked from OSchip/llvm-project
llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.
llvm-svn: 169956
This commit is contained in:
parent
6798a04b15
commit
01ac65af00
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue