From: Chris Lattner Date: Fri, 7 Sep 2001 16:13:58 +0000 (+0000) Subject: Fixed the "output constant pool even if he have no constants" issue X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1b6e1fca14c18b4654a3eb34f0991ffac0ec0a20;p=oota-llvm.git Fixed the "output constant pool even if he have no constants" issue git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@415 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt index 2c348dda9ce..1a7b2e6e5d7 100644 --- a/docs/ChrisNotes.txt +++ b/docs/ChrisNotes.txt @@ -1,4 +1,3 @@ -* Don't emit constant pool blocks for methods with empty constant pools! * Need to implement getelementptr, load, and store for indirection through arrays and multidim arrays * Indirect calls should use the icall instruction