Update to-do list.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17927 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-11-17 22:33:55 +00:00
parent b662963d3b
commit c935cf111c
2 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ C++Catch SimpleC++Test 2003-05-07-VarArgs 2003-07-09-SignedArgs
To-do
-----
* support calling functions with more than 6 args
* support 64-bit integer (long, ulong) arguments to functions
- use libc procedures instead of open-coding for:
__div64 __mul64 __rem64 __udiv64 __umul64 __urem64

View File

@ -19,7 +19,6 @@ C++Catch SimpleC++Test 2003-05-07-VarArgs 2003-07-09-SignedArgs
To-do
-----
* support calling functions with more than 6 args
* support 64-bit integer (long, ulong) arguments to functions
- use libc procedures instead of open-coding for:
__div64 __mul64 __rem64 __udiv64 __umul64 __urem64