pan/bi: Defer block naming until after emit
[mesa.git] / src / panfrost / bifrost / compiler.h
index ad02a46a2d00f49dc9dcc83231b783905668b341..92dfb963ed71f0c720a5ccfcc4f525b4201386fe 100644 (file)
@@ -409,7 +409,6 @@ typedef struct {
        /* During NIR->BIR */
        nir_function_impl *impl;
        bi_block *current_block;
-       unsigned block_name_count;
        bi_block *after_block;
        bi_block *break_block;
        bi_block *continue_block;