In the special case, call the comparison function instead of
authorDan Gohman <gohman@apple.com>
Mon, 14 Apr 2008 18:23:56 +0000 (18:23 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 14 Apr 2008 18:23:56 +0000 (18:23 +0000)
commitf7b37b2d0e28cd2f2ecc03e3e6e470353dca5725
tree0fc8b70da3ea4293cfa8359d7bd3593adacd6c02
parent63f7ba085f2ce561663656dcc81ef81ae9654358
In the special case, call the comparison function instead of
manually performing the comparison. This allows the special
case to work correctly even in the case where someone is
experimenting with a different comparison function :-).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49670 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp