Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up a test case | Xinliang David Li | 2017-06-27 | 1 | -34/+41 |
| | | | | llvm-svn: 306468 | ||||
* | [CodeExtractor] Prevent extraction of block involving blockaddress | Serge Guelton | 2017-06-27 | 1 | -0/+43 |
BlockAddress are only valid within their function context, which does not interact well with CodeExtractor. Detect this case and prevent it. Differential Revision: https://reviews.llvm.org/D33839 llvm-svn: 306448 |