| commit | bb31a42fef2a6233eba1dc3bc51d7b92028f5945 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Thu Nov 15 05:25:19 2007 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Thu Nov 15 05:25:19 2007 +0000 |
| tree | 0496f93e3a0fafd98809d3e0d561f4e431e66748 | |
| parent | 1b74a9a62815076e0abba64457cbf2f2b63ed371 [diff] |
Handle "bool" in all places that touch _Bool.
This fixes code like "if((bool)x) {}" for example.
Patch by Nate Begeman.
llvm-svn: 44159