mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
There is no class ir_label, so there's no need for ir_instruction::as_label
This commit is contained in:
parent
c8021ee01d
commit
35159b542c
1 changed files with 0 additions and 1 deletions
1
ir.h
1
ir.h
|
|
@ -58,7 +58,6 @@ public:
|
|||
virtual class ir_dereference * as_dereference() { return NULL; }
|
||||
virtual class ir_dereference_array * as_dereference_array() { return NULL; }
|
||||
virtual class ir_rvalue * as_rvalue() { return NULL; }
|
||||
virtual class ir_label * as_label() { return NULL; }
|
||||
virtual class ir_loop * as_loop() { return NULL; }
|
||||
virtual class ir_assignment * as_assignment() { return NULL; }
|
||||
virtual class ir_call * as_call() { return NULL; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue