summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/XCore/call.ll
Commit message (Collapse)AuthorAgeFilesLines
* [XCore] Fix call of absolute address.Richard Osborne2014-03-041-0/+10
Previously for: tail call void inttoptr (i64 65536 to void ()*)() nounwind We would emit: bl 65536 The immediate operand of the bl instruction is a relative offset so it is wrong to use the absolute address here. llvm-svn: 202860
OpenPOWER on IntegriCloud