| commit | a318b8dce6f37ee22339646726f7b03cb40b2282 | [log] [tgz] |
|---|---|---|
| author | Richard Trieu <rtrieu@google.com> | Wed Sep 21 03:09:09 2011 +0000 |
| committer | Richard Trieu <rtrieu@google.com> | Wed Sep 21 03:09:09 2011 +0000 |
| tree | c836b420ea8aed824806835e1a88cc4534232c4c | |
| parent | 3d673cc3234568339bf3455e865427d9dab0cf00 [diff] |
Change: assert(!"error message"); To: assert(0 && "error message"); which is more consistant across the code base. llvm-svn: 140234