OSDN Git Service

In ScalarEvolution::print, don't bother printing out the SCEVs for
authorDan Gohman <gohman@apple.com>
Mon, 3 May 2010 17:03:23 +0000 (17:03 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 3 May 2010 17:03:23 +0000 (17:03 +0000)
commita189bae771262aa237ce983a89d1289a67682b68
treec728312802f30bfa09b550204e7433cb54d1d16b
parent3abb69c07fe6b161c6e7572c75e465955d9911e7
In ScalarEvolution::print, don't bother printing out the SCEVs for
comparison instructions, since they aren't interesting, despite having
integer result types.

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