OSDN Git Service

float->int conversion rounds toward 0. Duh.
authorDale Johannesen <dalej@apple.com>
Mon, 24 Sep 2007 21:06:09 +0000 (21:06 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 24 Sep 2007 21:06:09 +0000 (21:06 +0000)
commit6b92942c9c5c2cc94bffe0850b41afce3b3e991f
treebb052c32953b529ebd052d245474090e33bf8078
parent189f80dc253664627253b2d2cb07d0714feb12ba
float->int conversion rounds toward 0.  Duh.
Fixes PR1698.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42273 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/ConstantFold.cpp