1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-16 14:31:16 +00:00

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
This commit is contained in:
Chris Lattner 2001-09-07 16:13:58 +00:00
parent 643ecd4387
commit 1b6e1fca14

@ -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