summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/tail-call-got.ll
Commit message (Collapse)AuthorAgeFilesLines
* This test requires sse, otherwise x87 ops will block tailcall optimizationBenjamin Kramer2011-08-311-1/+1
| | | | llvm-svn: 138859
* Fix X86TargetLowering::LowerExternalSymbol so that it actually works in ↵Eli Friedman2011-08-111-0/+24
non-trivial cases. This hasn't been an issue before because the function isn't normally called (but apparently is used to generate a tail-call to sin() on ELF x86-32 with PIC and SSE2). Fixes PR9693. llvm-svn: 137292
OpenPOWER on IntegriCloud