diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-07 16:13:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-07 16:13:58 +0000 |
commit | 1b6e1fca14c18b4654a3eb34f0991ffac0ec0a20 (patch) | |
tree | b10190e950b3cc7b4e35a852dba2b80efa8ab8e6 | |
parent | 643ecd43878841988962205d574638d3912a6a91 (diff) |
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
-rw-r--r-- | docs/ChrisNotes.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt index 2c348dda9c..1a7b2e6e5d 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 |