[llvm-commits] CVS: llvm/test/Libraries/crtend/listend.ll
Chris Lattner
lattner at cs.uiuc.edu
Thu May 22 14:31:01 PDT 2003
Changes in directory llvm/test/Libraries/crtend:
listend.ll updated: 1.2 -> 1.3
---
Log message:
Update to match typename produced by the C frontend
---
Diffs of the changes:
Index: llvm/test/Libraries/crtend/listend.ll
diff -u llvm/test/Libraries/crtend/listend.ll:1.2 llvm/test/Libraries/crtend/listend.ll:1.3
--- llvm/test/Libraries/crtend/listend.ll:1.2 Wed May 14 08:09:41 2003
+++ llvm/test/Libraries/crtend/listend.ll Thu May 22 14:30:11 2003
@@ -4,23 +4,23 @@
target endian = little
target pointersize = 32
-%struct.TorRec = type { int, void ()* }
+%struct..TorRec = type { int, void ()* }
-%llvm.global_ctors = appending global [1 x %struct.TorRec] [
- %struct.TorRec { int 2147483647, void ()* null }
+%llvm.global_ctors = appending global [1 x %struct..TorRec] [
+ %struct..TorRec { int 2147483647, void ()* null }
]
-%llvm.global_dtors = appending global [1 x %struct.TorRec] [
- %struct.TorRec { int 2147483647, void ()* null }
+%llvm.global_dtors = appending global [1 x %struct..TorRec] [
+ %struct..TorRec { int 2147483647, void ()* null }
]
implementation
-%struct.TorRec* %__llvm_getGlobalCtors() {
- ret %struct.TorRec* getelementptr ([1 x %struct.TorRec]* %llvm.global_ctors,
+%struct..TorRec* %__llvm_getGlobalCtors() {
+ ret %struct..TorRec* getelementptr ([1 x %struct..TorRec]* %llvm.global_ctors,
long 0, long 0)
}
-%struct.TorRec* %__llvm_getGlobalDtors() {
- ret %struct.TorRec* getelementptr ([1 x %struct.TorRec]* %llvm.global_dtors,
+%struct..TorRec* %__llvm_getGlobalDtors() {
+ ret %struct..TorRec* getelementptr ([1 x %struct..TorRec]* %llvm.global_dtors,
long 0, long 0)
}
More information about the llvm-commits
mailing list