Update to-do list.

llvm-svn: 18085
This commit is contained in:
Brian Gaeke 2004-11-21 07:13:15 +00:00
parent 6c9375b20c
commit 07ef7e0ae1
1 changed files with 2 additions and 3 deletions

View File

@ -28,10 +28,9 @@ To-do
-----
* support setcc on longs
* support basic binary operations on longs
- use libc procedures instead of open-coding for:
__div64 __mul64 __rem64 __udiv64 __umul64 __urem64
* support shifts on longs
* support casting 64-bit integers to FP types
* support FP rem
$Date$