From: Dale Johannesen Date: Wed, 3 Dec 2008 22:45:31 +0000 (+0000) Subject: Make the debugging dump be a full line. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1bdd93a3dcd16de259011c5b4326512a77e5337d;p=oota-llvm.git Make the debugging dump be a full line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60509 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp index e82f5a4c503..187af66cdb5 100644 --- a/lib/Analysis/ScalarEvolution.cpp +++ b/lib/Analysis/ScalarEvolution.cpp @@ -112,6 +112,7 @@ char ScalarEvolution::ID = 0; SCEV::~SCEV() {} void SCEV::dump() const { print(cerr); + cerr << '\n'; } uint32_t SCEV::getBitWidth() const {