[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/store_op_load_fold.ll
Chris Lattner
lattner at cs.uiuc.edu
Fri Mar 10 09:55:22 PST 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
store_op_load_fold.ll updated: 1.2 -> 1.3
---
Log message:
weak globals on darwin require an extra load, breaking this test
---
Diffs of the changes: (+1 -1)
store_op_load_fold.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/store_op_load_fold.ll
diff -u llvm/test/Regression/CodeGen/X86/store_op_load_fold.ll:1.2 llvm/test/Regression/CodeGen/X86/store_op_load_fold.ll:1.3
--- llvm/test/Regression/CodeGen/X86/store_op_load_fold.ll:1.2 Thu Mar 9 13:04:30 2006
+++ llvm/test/Regression/CodeGen/X86/store_op_load_fold.ll Fri Mar 10 11:55:10 2006
@@ -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
More information about the llvm-commits
mailing list