this one is easy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47107 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-02-14 05:41:38 +00:00
parent 8b0cb7bcc6
commit 48b4d96949

View File

@ -80,6 +80,6 @@ foo:
addl $20, %esp
ret
This will be solved when we go to a dynamic programming based isel.
This just requires being smarter when custom expanding fptoui.
//===---------------------------------------------------------------------===//