IRCE: print newline after printing an InductiveRangeCheck.

llvm-svn: 230607
This commit is contained in:
Sanjoy Das 2015-02-26 04:03:31 +00:00
parent bd04c44f48
commit 48c75814a5
1 changed files with 1 additions and 0 deletions

View File

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