diff --git a/src/panfrost/bifrost/compiler.h b/src/panfrost/bifrost/compiler.h index f60a400c9a2..8009b1ad6fa 100644 --- a/src/panfrost/bifrost/compiler.h +++ b/src/panfrost/bifrost/compiler.h @@ -390,8 +390,8 @@ typedef struct { enum bi_register_format register_format; enum bi_vecsize vecsize; - /* Action (flow control) associated with a Valhall instruction */ - uint8_t action; + /* Flow control associated with a Valhall instruction */ + uint8_t flow; /* Can we spill the value written here? Used to prevent * useless double fills */