summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/PPCGCodeGeneration.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-08-04 12:41:28 +0000
committerTobias Grosser <tobias@grosser.es>2016-08-04 12:41:28 +0000
commitb0dd95bcd2d44b38306a87d370d2ed56ad1ed46d (patch)
treea6d1ed7a651c66c0d369fff4cd69824f07c56d70 /polly/lib/CodeGen/PPCGCodeGeneration.cpp
parent130ca30f92d818f234416191c6d6be55ab8b6f5b (diff)
downloadbcm5719-llvm-b0dd95bcd2d44b38306a87d370d2ed56ad1ed46d.tar.gz
bcm5719-llvm-b0dd95bcd2d44b38306a87d370d2ed56ad1ed46d.zip
Remove leftover debug output
llvm-svn: 277723
Diffstat (limited to 'polly/lib/CodeGen/PPCGCodeGeneration.cpp')
-rw-r--r--polly/lib/CodeGen/PPCGCodeGeneration.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp
index 5bb75a627f3..ee44dfcbeef 100644
--- a/polly/lib/CodeGen/PPCGCodeGeneration.cpp
+++ b/polly/lib/CodeGen/PPCGCodeGeneration.cpp
@@ -1282,7 +1282,6 @@ void GPUNodeBuilder::createKernelVariables(ppcg_kernel *Kernel, Function *FN) {
} else {
llvm_unreachable("unknown variable type");
}
- Builder.GetInsertBlock()->dump();
SAI = S.getOrCreateScopArrayInfo(Allocation, EleTy, Sizes,
ScopArrayInfo::MK_Array);
Id = isl_id_alloc(S.getIslCtx(), Var.name, nullptr);
OpenPOWER on IntegriCloud