From 9d905c95e062327e783f2c4b865f375fea81403c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 8 Jun 2001 21:29:35 +0000 Subject: [PATCH] I actually got something done llvm-svn: 20 --- llvm/docs/ChrisNotes.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/docs/ChrisNotes.txt b/llvm/docs/ChrisNotes.txt index dd9034872d00..ada4b0473a7e 100644 --- a/llvm/docs/ChrisNotes.txt +++ b/llvm/docs/ChrisNotes.txt @@ -1,7 +1,5 @@ * Must update PHI node to have a pair between predecessor and value. * Enhance BB to make predecessor handling easier (to update PHI nodes) -* Must add BB iterator to iterate depth first, and reverse depth first -* Move getBinaryOperator from Instruction to BinaryOperator * Provide a pass that eliminates critical edges from the CFG * Provide a print hook to print out xvcg format files for vis * I need to provide an option to the bytecode loader to ignore memory