mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 05:00:26 +00:00
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
This commit is contained in:
parent
c54e2b8f84
commit
977abcb790
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user