[llvm-commits] CVS: llvm/test/Regression/Assembler/2003-10-04-NotMergingGlobalConstants.ll
Chris Lattner
lattner at cs.uiuc.edu
Sat Oct 4 13:29:01 PDT 2003
Changes in directory llvm/test/Regression/Assembler:
2003-10-04-NotMergingGlobalConstants.ll added (r1.1)
---
Log message:
Constants are not getting merged together correctly when types are resolved
---
Diffs of the changes:
Index: llvm/test/Regression/Assembler/2003-10-04-NotMergingGlobalConstants.ll
diff -c /dev/null llvm/test/Regression/Assembler/2003-10-04-NotMergingGlobalConstants.ll:1.1
*** /dev/null Sat Oct 4 13:28:02 2003
--- llvm/test/Regression/Assembler/2003-10-04-NotMergingGlobalConstants.ll Sat Oct 4 13:27:51 2003
***************
*** 0 ****
--- 1,6 ----
+
+ %T = type opaque
+ %X = global %T* null
+ %Y = global int* null
+
+ %T = type int
More information about the llvm-commits
mailing list