From: Chris Lattner Date: Sun, 15 Jul 2001 00:16:02 +0000 (+0000) Subject: Add a note X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bb1604c9313f36437742f972bef7431030ba3519;p=oota-llvm.git Add a note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ChrisNotes.txt b/docs/ChrisNotes.txt index 2f253e89ebe..3b6a11b20b6 100644 --- a/docs/ChrisNotes.txt +++ b/docs/ChrisNotes.txt @@ -1,3 +1,4 @@ +* 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) * Indirect calls should use the icall instruction