Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach DataLayout that zero-byte pointer sizes don't make sense. | Owen Anderson | 2015-03-02 | 1 | -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 |