summaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index c63b1b3..8c27515 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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 ||.
@@ -73,3 +72,4 @@ Options to support:
-fpreprocessed mode.
-nostdinc++
-imultilib
+
OpenPOWER on IntegriCloud