[llvm-commits] CVS: llvm/test/Libraries/crtend/listend.ll

Chris Lattner lattner at cs.uiuc.edu
Wed May 14 07:41:00 PDT 2003


Changes in directory llvm/test/Libraries/crtend:

listend.ll added (r1.1)

---
Log message:

New file


---
Diffs of the changes:

Index: llvm/test/Libraries/crtend/listend.ll
diff -c /dev/null llvm/test/Libraries/crtend/listend.ll:1.1
*** /dev/null	Wed May 14 07:40:31 2003
--- llvm/test/Libraries/crtend/listend.ll	Wed May 14 07:40:20 2003
***************
*** 0 ****
--- 1,5 ----
+ ; global_ctors/global_dtors terminator: this is used to add a terminating null
+ ; value to the initialization list.
+ 
+ %llvm.global_ctors = appending global [1 x { int, void ()* }] [ { int, void ()* } { int 2147483647, void ()* null } ]
+ %llvm.global_ctors = appending global [1 x { int, void ()* }] [ { int, void ()* } { int 2147483647, void ()* null } ]





More information about the llvm-commits mailing list