mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 01:12:59 +00:00
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:
parent
fda8a1817d
commit
9868473dff
@ -129,6 +129,7 @@ public:
|
||||
Length->print(OS);
|
||||
OS << " Branch: ";
|
||||
getBranch()->print(OS);
|
||||
OS << "\n";
|
||||
}
|
||||
|
||||
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
|
||||
|
Loading…
Reference in New Issue
Block a user