From: Sanjay Patel Date: Mon, 23 Feb 2015 21:32:09 +0000 (+0000) Subject: add newline for easier reading; NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4aef46411f4c50e34997f1361d57d91798b0cefe;p=oota-llvm.git add newline for easier reading; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230265 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/BDCE.cpp b/lib/Transforms/Scalar/BDCE.cpp index e5a7ad6388d..c7bd79d9abb 100644 --- a/lib/Transforms/Scalar/BDCE.cpp +++ b/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