summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-datalayout19.ll
Commit message (Collapse)AuthorAgeFilesLines
* Teach DataLayout that zero-byte pointer sizes don't make sense.Owen Anderson2015-03-021-0/+6
Previously this would result in assertion failures or simply crashes at various points in the optimizer when trying to create types of zero bit width. llvm-svn: 230936
OpenPOWER on IntegriCloud