diff options
Diffstat (limited to 'src/compiler/nir/nir.h')
-rw-r--r-- | src/compiler/nir/nir.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index a459609..718d281 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -1867,6 +1867,8 @@ typedef struct { }; } nir_cursor; +bool nir_cursors_equal(nir_cursor a, nir_cursor b); + static inline nir_cursor nir_before_block(nir_block *block) { |