diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-06-20 23:09:27 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-06-20 23:09:27 +0000 |
| commit | a4fbb1ae114cd66a7074d1111fd13d177264c72b (patch) | |
| tree | 31596a8a800448efbe77330185ec94947be88c2f | |
| parent | f7d11a93cbdf508f4c6d0fe2f1ad71e3bcf300d2 (diff) | |
Add note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | docs/ChrisNotes.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt index 50c7cd340f..f733a55934 100644 --- a/docs/ChrisNotes.txt +++ b/docs/ChrisNotes.txt @@ -1,3 +1,4 @@ +* The dropAllReferences code can be a noop when NDEBUG!!! * Finish xvcg output * pred/succ iterators on basic blocks don't handle switch statements correctly * Enhance BB to make predecessor handling easier (to update PHI nodes) |
