Another dummy commit to check GIT mirroring

llvm-svn: 121482
This commit is contained in:
Anton Korobeynikov 2010-12-10 12:03:06 +00:00
parent ca5e8bbd66
commit d07401944b
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
// Minor random things that can be improved
//===---------------------------------------------------------------------===//
Warn about "X && 0x1000" saying that the user may mean "X & 0x1000".
We should do this for any immediate except zero, so long as it doesn't come
from a macro expansion. Likewise for ||.