diff options
author | Caio Marcelo de Oliveira Filho <[email protected]> | 2018-08-14 15:06:38 -0700 |
---|---|---|
committer | Caio Marcelo de Oliveira Filho <[email protected]> | 2018-08-22 14:41:26 -0700 |
commit | 410de0e3f1690f905c268549cef1e1e60d63e8d9 (patch) | |
tree | 290a56df273462cd3125bb8c12bf8c3c2744227f /src/compiler/nir/nir.h | |
parent | 8364ec3fcee692d70b7d653dd433a3194d88dd82 (diff) |
nir: Give end_block its own index
Since there's no particular reason for the index to be 0, choose an
index that is not used by other block. This is convenient when we
store "per-block" data in an array AND look for the successors
data (e.g. any kind of backwards data-flow analysis).
v2: Add a note about end_block's index. (Jason)
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir.h')
0 files changed, 0 insertions, 0 deletions