diff options
author | Sanjay Patel <spatel@rotateright.com> | 2015-02-23 21:32:09 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2015-02-23 21:32:09 +0000 |
commit | 27aa1423d24b334ddd74e8e9f7c7e7d3191bc0ed (patch) | |
tree | 53db73cebeea55cd3cff02769ccae132efacc38c /llvm/lib/Transforms/Scalar/BDCE.cpp | |
parent | 24492b057ed616870a651caaac8d6a3c94378e07 (diff) | |
download | bcm5719-llvm-27aa1423d24b334ddd74e8e9f7c7e7d3191bc0ed.tar.gz bcm5719-llvm-27aa1423d24b334ddd74e8e9f7c7e7d3191bc0ed.zip |
add newline for easier reading; NFC
llvm-svn: 230265
Diffstat (limited to 'llvm/lib/Transforms/Scalar/BDCE.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/BDCE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/BDCE.cpp b/llvm/lib/Transforms/Scalar/BDCE.cpp index e5a7ad6388d..c7bd79d9abb 100644 --- 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 |