Added note, moved note
authorChris Lattner <sabre@nondot.org>
Fri, 29 Jun 2001 05:21:05 +0000 (05:21 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 29 Jun 2001 05:21:05 +0000 (05:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ChrisNotes.txt

index 675c72d13ab8b8551df475c5bedaa5ca423c6aeb..e06c6a6866c8e0f2cfd739adf4d93ed0c6e6a994 100644 (file)
@@ -1,9 +1,10 @@
+* Fix DCE to work better, so that SCCP can show it's true value.
+* Implement ADCE
 * Fix the const pool printer to print out constants in some sort of "sorted"
   order.  Then enable TestOptimizer.sh to diff -sccp output.  Currently it 
   doesn't work because the diff fails because of ordering of the constant 
   pool. :(
 * Enable DoConstantPoolMerging to do trivial DCE of constant values.
-* Fix DCE to work better, so that SCCP can show it's true value.
 * Should provide "castTerminator, castPHI, etc" functions in Instruction, and
   similar functions in other classes, that effectively do dynamic casts.  This
   would allow code like this: