Remove leftover debug output

llvm-svn: 277723
This commit is contained in:
Tobias Grosser 2016-08-04 12:41:28 +00:00
parent 130ca30f92
commit b0dd95bcd2

View File

@ -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);