llvm-svn: 42862
This commit is contained in:
Chris Lattner 2007-10-11 16:06:02 +00:00
parent bbd5530754
commit e9ab4ca686
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
Warn about "X && 0x1000" saying that the user may mean "X & 0x1000".
Probably only want to do this for hex immediates. Likewise for ||.
We should do this for any immediate except zero, so long as it doesn't come
from a macro expansion. Likewise for ||.
//===---------------------------------------------------------------------===//