projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db65ff3
)
llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 12 Dec 2012 01:40:56 +0000
(
01:40
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 12 Dec 2012 01:40:56 +0000
(
01:40
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169956
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/store_op_load_fold.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/store_op_load_fold.ll
b/test/CodeGen/X86/store_op_load_fold.ll
index b1345ab23f9c27c8f78820f8231f127141a27ade..137fda38254203fe5a80d294ef6f4bbccd6acbae 100644
(file)
--- a/
test/CodeGen/X86/store_op_load_fold.ll
+++ b/
test/CodeGen/X86/store_op_load_fold.ll
@@
-1,4
+1,4
@@
-; RUN: llc < %s -m
arch=x86
| FileCheck %s
+; RUN: llc < %s -m
triple=i686-darwin
| FileCheck %s
;
; Test the add and load are folded into the store instruction.