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:
6ea5776
)
Reinstate r60509 from Dale:
author
Nick Lewycky
<nicholas@mxc.ca>
Fri, 16 Jan 2009 17:07:22 +0000
(17:07 +0000)
committer
Nick 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
patch
|
blob
|
history
diff --git
a/lib/Analysis/ScalarEvolution.cpp
b/lib/Analysis/ScalarEvolution.cpp
index dffb1d1bd1239316c18a07ff809500deb5205731..ca16a755dcab5f024fceaa522a4943c1fbe03650 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 {