projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24492b0
)
add newline for easier reading; NFC
author
Sanjay Patel
<spatel@rotateright.com>
Mon, 23 Feb 2015 21:32:09 +0000
(21:32 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Mon, 23 Feb 2015 21:32:09 +0000
(21:32 +0000)
llvm-svn: 230265
llvm/lib/Transforms/Scalar/BDCE.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Transforms/Scalar/BDCE.cpp
b/llvm/lib/Transforms/Scalar/BDCE.cpp
index
e5a7ad6
..
c7bd79d
100644
(file)
--- a/
llvm/lib/Transforms/Scalar/BDCE.cpp
+++ b/
llvm/lib/Transforms/Scalar/BDCE.cpp
@@
-277,7
+277,7
@@
bool BDCE::runOnFunction(Function& F) {
if (!isAlwaysLive(&I))
continue;
- DEBUG(dbgs() << "BDCE: Root: " << I);
+ DEBUG(dbgs() << "BDCE: Root: " << I
<< "\n"
);
// For integer-valued instructions, set up an initial empty set of alive
// bits and add the instruction to the work list. For other instructions
// add their operands to the work list (for integer values operands, mark