Update to match typename produced by the C frontend
authorChris Lattner <sabre@nondot.org>
Thu, 22 May 2003 19:30:11 +0000 (19:30 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 May 2003 19:30:11 +0000 (19:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6287 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/GCCLibraries/crtend/listend.ll

index 3614bab7683e9aa337d913a79cbdb944c8111ac6..5ad8a6379a47b56c3f13aa15f0bc00ba74e10313 100644 (file)
@@ -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)
 }