projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
308f24d
)
Make the debugging dump be a full line.
author
Dale Johannesen
<dalej@apple.com>
Wed, 3 Dec 2008 22:45:31 +0000
(22:45 +0000)
committer
Dale Johannesen
<dalej@apple.com>
Wed, 3 Dec 2008 22:45:31 +0000
(22:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60509
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/ScalarEvolution.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/ScalarEvolution.cpp
b/lib/Analysis/ScalarEvolution.cpp
index e82f5a4c503801be8a8c508bc5dcbe393dd6e7eb..187af66cdb5e0a95b2cd663107fcab1afded3e98 100644
(file)
--- 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 {