summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/partial-init.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Relax partial-init test case for ARMReid Kleckner2015-09-041-1/+1
| | | | llvm-svn: 246889
* Don't use unreachable as a placeholder, it confuses EmitBlockReid Kleckner2015-09-041-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
OpenPOWER on IntegriCloud