From b0dd95bcd2d44b38306a87d370d2ed56ad1ed46d Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Thu, 4 Aug 2016 12:41:28 +0000 Subject: [PATCH] Remove leftover debug output llvm-svn: 277723 --- polly/lib/CodeGen/PPCGCodeGeneration.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp index 5bb75a6..ee44dfc 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); -- 2.7.4