[llvm-commits] CVS: llvm/test/Feature/globalvars.ll

Chris Lattner lattner at cs.uiuc.edu
Sat Jun 28 15:02:13 PDT 2003


Changes in directory llvm/test/Feature:

globalvars.ll updated: 1.6 -> 1.7

---
Log message:

Add test for new zeroinitializer token


---
Diffs of the changes:

Index: llvm/test/Feature/globalvars.ll
diff -u llvm/test/Feature/globalvars.ll:1.6 llvm/test/Feature/globalvars.ll:1.7
--- llvm/test/Feature/globalvars.ll:1.6	Sun Oct  6 17:32:38 2002
+++ llvm/test/Feature/globalvars.ll	Sat Jun 28 15:01:03 2003
@@ -7,6 +7,9 @@
 
 %AString   = constant [4 x ubyte] c"test"
 
+%ZeroInit  = global { [100 x int ], [40 x float ] } { [100 x int] zeroinitializer,
+                                                      [40  x float] zeroinitializer }
+
 implementation
 
 int "foo"(int %blah)





More information about the llvm-commits mailing list