diff options
author | Ian Romanick <[email protected]> | 2018-06-05 19:00:42 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2018-06-15 17:36:51 -0700 |
commit | 355868dbfc88313c0b0c59d3f038422ed6268255 (patch) | |
tree | 1b57d1c53c5ea8ee7329722ed13bafdf1c0cdf0e /src/glx/tests | |
parent | 4467040cb658529cb0e41be463b94e15f48f17a2 (diff) |
nir: Document a couple instances of parent_instr
nir_ssa_def::parent_instr and nir_src::parent_instr have the same name,
but they mean really different things. I choose to save the next person
the hour+ that I just spent figuring that out. Even now that I know, I
doubt I'd notice in code review that someone typed foo->parent_instr
when they actually meant foo->ssa->parent_instr.
v2: Minor wording tweak in nir_ssa_def::parent_instr. Suggested by
Jason.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/glx/tests')
0 files changed, 0 insertions, 0 deletions