| commit | 45ffb1eb708f6c9d82bd906d4cf61b7592b955d3 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Fri Oct 13 22:46:18 2006 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Fri Oct 13 22:46:18 2006 +0000 |
| tree | 9b14c7ccca6451217eebe1877c9fc83be858015c | |
| parent | a47294ed7a45637317e5a9f7770c22090c08c840 [diff] |
Fix a bug where we incorrectly turned '(X & 0) == 0' into '(X & 0) >> -1', which is undefined. "0" isn't a power of 2. llvm-svn: 30947