diff --git a/llvm/docs/ChrisNotes.txt b/llvm/docs/ChrisNotes.txt index 3b6a11b20b61..832b3ce02ed6 100644 --- a/llvm/docs/ChrisNotes.txt +++ b/llvm/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)