Reinstate r60509 from Dale:

Make the debugging dump be a full line.

llvm-svn: 62325
This commit is contained in:
Nick Lewycky 2009-01-16 17:07:22 +00:00
parent 71def4416f
commit 032e6dd3c5
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ char ScalarEvolution::ID = 0;
SCEV::~SCEV() {}
void SCEV::dump() const {
print(cerr);
cerr << '\n';
}
uint32_t SCEV::getBitWidth() const {