summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-08-27 05:17:20 +0000
committerChris Lattner <sabre@nondot.org>2001-08-27 05:17:20 +0000
commit491bff495fa248d0e3b2c9e3bfc46331cec9a047 (patch)
tree085d5b896f839b732bae7a54480d43f2ba3a37c9 /docs
parent86660981e1382f954152b0f029f874aa36de0308 (diff)
downloadllvm-491bff495fa248d0e3b2c9e3bfc46331cec9a047.tar.gz
llvm-491bff495fa248d0e3b2c9e3bfc46331cec9a047.tar.bz2
llvm-491bff495fa248d0e3b2c9e3bfc46331cec9a047.tar.xz
Add another TODO: sigh
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ChrisNotes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt
index 3b6a11b20b..832b3ce02e 100644
--- a/docs/ChrisNotes.txt
+++ b/docs/ChrisNotes.txt
@@ -1,3 +1,5 @@
+* Need to implement getelementptr, load, and store for indirection through
+ arrays and multidim arrays
* BytecodeWriter should use a deque<unsigned char> instead of vector!!!
* Eliminate the method signature from a call instruction. It should look like
this: call int %func(int 2, int %reg118)