summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2009-05-23-available_externally.ll
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite X86 codegen regression test with FileCheckMichael Liao2013-04-301-1/+4
| | | | llvm-svn: 180776
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* available_externall linkage is not local, this was confusing the codegenerator,Torok Edwin2009-05-231-0/+19
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. llvm-svn: 72328
OpenPOWER on IntegriCloud