Update to-do list.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18085 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-11-21 07:13:15 +00:00
parent 486ebfd704
commit b10fc0343f
2 changed files with 4 additions and 6 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$

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$