From 07b82701da35ea363d0698eda827704cae2d175d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 15 Jul 2001 00:16:02 +0000 Subject: [PATCH] Add a note llvm-svn: 185 --- llvm/docs/ChrisNotes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/docs/ChrisNotes.txt b/llvm/docs/ChrisNotes.txt index 2f253e89ebe8..3b6a11b20b61 100644 --- a/llvm/docs/ChrisNotes.txt +++ b/llvm/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