add an idea

llvm-svn: 42831
This commit is contained in:
Chris Lattner 2007-10-10 18:08:07 +00:00
parent ed2a9eb820
commit a9839f73fb
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
//===---------------------------------------------------------------------===//
Warn about "X && 0x1000" saying that the user may mean "X & 0x1000".
Probably only want to do this for hex immediates. Likewise for ||.
//===---------------------------------------------------------------------===//