Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relax partial-init test case for ARM | Reid Kleckner | 2015-09-04 | 1 | -1/+1 |
| | | | | llvm-svn: 246889 | ||||
* | Don't use unreachable as a placeholder, it confuses EmitBlock | Reid Kleckner | 2015-09-04 | 1 | -0/+27 |
This fixes an issue raised in D12412, where we generated invalid IR. Thanks to Vedant Kumar for coming up with the initial work around. Differential Revision: http://reviews.llvm.org/D12412 llvm-svn: 246880 |