From: Chris Lattner Date: Mon, 27 Aug 2001 05:17:20 +0000 (+0000) Subject: Add another TODO: sigh X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=491bff495fa248d0e3b2c9e3bfc46331cec9a047;p=oota-llvm.git Add another TODO: sigh git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt index 3b6a11b20b6..832b3ce02ed 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 instead of vector!!! * Eliminate the method signature from a call instruction. It should look like this: call int %func(int 2, int %reg118)