summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/IslNodeBuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/CodeGen/IslNodeBuilder.cpp')
-rw-r--r--polly/lib/CodeGen/IslNodeBuilder.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/polly/lib/CodeGen/IslNodeBuilder.cpp b/polly/lib/CodeGen/IslNodeBuilder.cpp
index 052e5b3c39a..74a308b3112 100644
--- a/polly/lib/CodeGen/IslNodeBuilder.cpp
+++ b/polly/lib/CodeGen/IslNodeBuilder.cpp
@@ -1356,11 +1356,11 @@ Value *IslNodeBuilder::createRTC(isl_ast_expr *Condition) {
if (PollyGenerateRTCPrint) {
auto *F = Builder.GetInsertBlock()->getParent();
- RuntimeDebugBuilder::createCPUPrinter(Builder,
- "F: " + F->getName().str() + " R: " +
- S.getRegion().getNameStr() +
- " __RTC: ",
- RTC, " Overflow: ", OverflowHappened);
+ RuntimeDebugBuilder::createCPUPrinter(
+ Builder,
+ "F: " + F->getName().str() + " R: " + S.getRegion().getNameStr() +
+ " __RTC: ",
+ RTC, " Overflow: ", OverflowHappened, "\n");
}
RTC = Builder.CreateAnd(RTC, OverflowHappened, "polly.rtc.result");
OpenPOWER on IntegriCloud