Add a note

llvm-svn: 185
This commit is contained in:
Chris Lattner 2001-07-15 00:16:02 +00:00
parent f2a738cfe2
commit 07b82701da
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
* 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)
* Indirect calls should use the icall instruction