summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-06-08 21:29:35 +0000
committerChris Lattner <sabre@nondot.org>2001-06-08 21:29:35 +0000
commitdaa6ae31c18fd948ceaa05a6ef6712612dd70d7f (patch)
tree819b694872cbeef43811efda183e2c54f5c1d314 /docs
parent760dfe65967f241dd65dd7a8a173bbc159503ec1 (diff)
downloadllvm-daa6ae31c18fd948ceaa05a6ef6712612dd70d7f.tar.gz
llvm-daa6ae31c18fd948ceaa05a6ef6712612dd70d7f.tar.bz2
llvm-daa6ae31c18fd948ceaa05a6ef6712612dd70d7f.tar.xz
I actually got something done
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ChrisNotes.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt
index dd9034872d..ada4b0473a 100644
--- a/docs/ChrisNotes.txt
+++ b/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