aco: Fix -Wshadow warnings
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7430>
This commit is contained in:
@@ -117,7 +117,7 @@ public:
|
||||
struct Result {
|
||||
Instruction *instr;
|
||||
|
||||
Result(Instruction *instr) : instr(instr) {}
|
||||
Result(Instruction *instr_) : instr(instr_) {}
|
||||
|
||||
operator Instruction *() const {
|
||||
return instr;
|
||||
|
Reference in New Issue
Block a user