IRCE: print newline after printing an InductiveRangeCheck.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230607 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sanjoy Das 2015-02-26 04:03:31 +00:00
parent fda8a1817d
commit 9868473dff

View File

@ -129,6 +129,7 @@ public:
Length->print(OS);
OS << " Branch: ";
getBranch()->print(OS);
OS << "\n";
}
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)