r600/sfn: drop some unused code
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18619>
This commit is contained in:
@@ -227,16 +227,6 @@ void DCEVisitor::visit(Block *block)
|
||||
}
|
||||
}
|
||||
|
||||
void visit(ControlFlowInstr *instr)
|
||||
{
|
||||
(void)instr;
|
||||
}
|
||||
|
||||
void visit(IfInstr *instr)
|
||||
{
|
||||
(void)instr;
|
||||
}
|
||||
|
||||
class CopyPropFwdVisitor : public InstrVisitor {
|
||||
public:
|
||||
CopyPropFwdVisitor();
|
||||
|
||||
Reference in New Issue
Block a user