From 1b6e1fca14c18b4654a3eb34f0991ffac0ec0a20 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 7 Sep 2001 16:13:58 +0000 Subject: [PATCH] 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 --- docs/ChrisNotes.txt | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1