diff options
Diffstat (limited to 'src/panfrost/midgard/compiler.h')
-rw-r--r-- | src/panfrost/midgard/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panfrost/midgard/compiler.h b/src/panfrost/midgard/compiler.h index 23dcba521ca..0b9528a5201 100644 --- a/src/panfrost/midgard/compiler.h +++ b/src/panfrost/midgard/compiler.h @@ -479,7 +479,7 @@ mir_exit_block(struct compiler_context *ctx) static inline bool mir_is_alu_bundle(midgard_bundle *bundle) { - return midgard_word_types[bundle->tag] == midgard_word_type_alu; + return IS_ALU(bundle->tag); } /* Registers/SSA are distinguish in the backend by the bottom-most bit */ |