this one is easy.

llvm-svn: 47107
This commit is contained in:
Chris Lattner 2008-02-14 05:41:38 +00:00
parent 3bd37f549a
commit b43983b274
1 changed files with 1 additions and 1 deletions

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.
//===---------------------------------------------------------------------===//