llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.

llvm-svn: 169956
This commit is contained in:
NAKAMURA Takumi 2012-12-12 01:40:56 +00:00
parent 6798a04b15
commit 01ac65af00
1 changed files with 1 additions and 1 deletions

View 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.