From 977abcb790c5d702838392a31583e757213cfdeb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 22 May 2003 19:30:11 +0000 Subject: [PATCH] Update to match typename produced by the C frontend git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6287 91177308-0d34-0410-b5e6-96231b3b80d8 --- runtime/GCCLibraries/crtend/listend.ll | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/runtime/GCCLibraries/crtend/listend.ll b/runtime/GCCLibraries/crtend/listend.ll index 3614bab7683..5ad8a6379a4 100644 --- a/runtime/GCCLibraries/crtend/listend.ll +++ b/runtime/GCCLibraries/crtend/listend.ll @@ -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) }