diff options
author | Chris Lattner <sabre@nondot.org> | 2001-08-27 05:17:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-08-27 05:17:20 +0000 |
commit | 491bff495fa248d0e3b2c9e3bfc46331cec9a047 (patch) | |
tree | 085d5b896f839b732bae7a54480d43f2ba3a37c9 /docs | |
parent | 86660981e1382f954152b0f029f874aa36de0308 (diff) | |
download | external_llvm-491bff495fa248d0e3b2c9e3bfc46331cec9a047.zip external_llvm-491bff495fa248d0e3b2c9e3bfc46331cec9a047.tar.gz external_llvm-491bff495fa248d0e3b2c9e3bfc46331cec9a047.tar.bz2 |
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.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt index 3b6a11b..832b3ce 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) |