i965: Remove incorrect comment above opt_algebraic.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 11 Sep 2012 05:56:03 +0000 (22:56 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 11 Sep 2012 05:58:25 +0000 (22:58 -0700)
The comment was cut-and-pasted from propagate_constants(), and had no
relation at all to opt_algebraic().

src/mesa/drivers/dri/i965/brw_fs.cpp

index cbeefe5bd55dae5373593dbce38913201585aecf..cd6819176bcc533e6462b0b5ace7dd33f2dfd828 100644 (file)
@@ -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()
 {