From f3a34d600b1f4bc02242f5118b85e057ebdc2f8c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 20 Jun 2001 19:26:00 +0000 Subject: [PATCH] Add a note llvm-svn: 33 --- llvm/docs/ChrisNotes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/docs/ChrisNotes.txt b/llvm/docs/ChrisNotes.txt index 6af61155b5a9..50c7cd340f70 100644 --- a/llvm/docs/ChrisNotes.txt +++ b/llvm/docs/ChrisNotes.txt @@ -1,3 +1,4 @@ +* 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) * Provide a pass that eliminates critical edges from the CFG