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:
5d832dc
)
weak globals on darwin require an extra load, breaking this test
author
Chris Lattner
<sabre@nondot.org>
Fri, 10 Mar 2006 17:55:10 +0000
(17:55 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 10 Mar 2006 17:55:10 +0000
(17:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26695
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 8aa971e247391ffa31a2ba9c3646e96313c5bc12..3c844be605be1b66b9c529471baf02beeda4034c 100644
(file)
--- a/
test/CodeGen/X86/store_op_load_fold.ll
+++ b/
test/CodeGen/X86/store_op_load_fold.ll
@@
-2,7
+2,7
@@
;
; Test the add and load are folded into the store instruction.
-%X =
weak
global short 0
+%X =
internal
global short 0
void %foo() {
%tmp.0 = load short* %X