Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [XCore] Fix call of absolute address. | Richard Osborne | 2014-03-04 | 1 | -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 |