llvm-6502/include
Torok Edwin f5ff1d335b available_externall linkage is not local, this was confusing the codegenerator,
and it wasn't generating calls through @PLT for these functions.
hasLocalLinkage() is now false for available_externally,
I attempted to fix the inliner and dce to handle available_externally properly.
It passed make check.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72328 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-23 14:06:57 +00:00
..
llvm available_externall linkage is not local, this was confusing the codegenerator, 2009-05-23 14:06:57 +00:00
llvm-c Rename PaddedSize to AllocSize, in the hope that this 2009-05-09 07:06:46 +00:00