mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-13 19:32:41 +00:00
Remove leftover debug output
llvm-svn: 277723
This commit is contained in:
parent
130ca30f92
commit
b0dd95bcd2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user