Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- sparse-llvm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sparse-llvm.c b/sparse-llvm.c index 68bd94181..51fd6a96a 100644 --- a/sparse-llvm.c +++ b/sparse-llvm.c @@ -958,9 +958,8 @@ static void output_fn(LLVMModuleRef module, struct entrypoint *ep) function.builder = LLVMCreateBuilder(); - static int nr_bb; - FOR_EACH_PTR(ep->bbs, bb) { + static int nr_bb; LLVMBasicBlockRef bbr; char bbname[32]; struct instruction *insn; -- 2.12.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html