Skip to content

Commit 04698e3

Browse files
Renamed to EnableObjectTraversal flag
1 parent 25194b1 commit 04698e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/drjit-core/jit.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,7 @@ enum class JitFlag : uint32_t {
15761576
FreezingScope = 1 << 21,
15771577

15781578
/// Set to \c true when traversing inputs or outputs of a frozen function
1579-
FreezingTraverseScope = 1 << 22,
1579+
EnableObjectTraversal = 1 << 22,
15801580

15811581
/// Default flags
15821582
Default = (uint32_t) ConstantPropagation | (uint32_t) ValueNumbering |

0 commit comments

Comments
 (0)