summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/packetize-cfi-location.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Insert CFI instructions before throwing callsKrzysztof Parzyszek2016-07-281-0/+72
Normally, CFI instructions should be inserted after allocframe, but if allocframe is in the same packet with a call, the CFI instructions should be inserted before that packet. llvm-svn: 277020
OpenPOWER on IntegriCloud