mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
i965: Remove incorrect comment above opt_algebraic.
The comment was cut-and-pasted from propagate_constants(), and had no relation at all to opt_algebraic().
This commit is contained in:
parent
354f2cb5c7
commit
23cd6c43da
1 changed files with 0 additions and 8 deletions
|
|
@ -1411,14 +1411,6 @@ fs_visitor::propagate_constants()
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* Attempts to move immediate constants into the immediate
|
||||
* constant slot of following instructions.
|
||||
*
|
||||
* Immediate constants are a bit tricky -- they have to be in the last
|
||||
* operand slot, you can't do abs/negate on them,
|
||||
*/
|
||||
|
||||
bool
|
||||
fs_visitor::opt_algebraic()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue