From: Sanjoy Das Date: Thu, 26 Feb 2015 04:03:31 +0000 (+0000) Subject: IRCE: print newline after printing an InductiveRangeCheck. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9868473dffe33f4ac450c43cb6f89fd36b13d382;p=oota-llvm.git IRCE: print newline after printing an InductiveRangeCheck. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230607 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp b/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp index 867bed8d84a..e2de965a12e 100644 --- a/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp +++ b/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp @@ -129,6 +129,7 @@ public: Length->print(OS); OS << " Branch: "; getBranch()->print(OS); + OS << "\n"; } #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)