OSDN Git Service

When replacing a floating-point comparison with an integer
authorDan Gohman <gohman@apple.com>
Sun, 24 May 2009 18:09:01 +0000 (18:09 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 24 May 2009 18:09:01 +0000 (18:09 +0000)
commit14fba294e1f2d619fe50b72d5fd88da2b17461dd
tree04de1245a9d73cc906a5b593bd51689378d86a10
parent453aa4fbf1083cc7f646a0ac21e2bcc384a91ae9
When replacing a floating-point comparison with an integer
comparison, use takeName to give the integer comparison a name.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72367 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/IndVarSimplify.cpp