1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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 8d59a4ff51
commit 4a729c7cd2

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.