diff options
Diffstat (limited to 'polly/lib/CodeGen/PPCGCodeGeneration.cpp')
-rw-r--r-- | polly/lib/CodeGen/PPCGCodeGeneration.cpp | 1 |
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); |