mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 00:46:45 +08:00
Remove leftover debug output
llvm-svn: 277723
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user