| commit | abcf38a064f2d322f410af70bddfa256c96c174c | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu Feb 24 07:31:28 2011 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu Feb 24 07:31:28 2011 +0000 |
| tree | 70418089123dc5710af3cb90d3e8a155ef4c7429 | |
| parent | eddb33ebd0610300c62817168c8cedee9c2a4ee1 [diff] |
compute the integer width, not the memory width here. We want to know that _Bool is 1 bit, not 8. This fixes an assertion on the testcase, which is PR9304 and rdar://9045501. llvm-svn: 126368