OSDN Git Service

Fix ScalarEvolution::print to print a value for any Instruction with
authorDan Gohman <gohman@apple.com>
Thu, 30 Apr 2009 01:30:18 +0000 (01:30 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 30 Apr 2009 01:30:18 +0000 (01:30 +0000)
commitd9c1c85c2acb6fb2003c6053ea1114e7aee68774
treeabf908cd2d4a8db88ef5855021b4954cbc110321
parent8c1474050d9b6fdfbb6a7f304a58d613691ac47f
Fix ScalarEvolution::print to print a value for any Instruction with
a SCEVable type, not just integer types.

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