Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Insert CFI instructions before throwing calls | Krzysztof Parzyszek | 2016-07-28 | 1 | -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 |