Reinstate r60509 from Dale:
authorNick Lewycky <nicholas@mxc.ca>
Fri, 16 Jan 2009 17:07:22 +0000 (17:07 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 16 Jan 2009 17:07:22 +0000 (17:07 +0000)
Make the debugging dump be a full line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62325 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/ScalarEvolution.cpp

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