diff options
author | Kenneth Graunke <[email protected]> | 2012-09-10 22:56:03 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-09-10 22:58:25 -0700 |
commit | 23cd6c43da6fb1ff89b994664df2658a7929402e (patch) | |
tree | b031e84bc376ac7ec8afa91f46aaeda61fd3a4f4 | |
parent | 354f2cb5c7330a7d43cf0b177daf758d2aa31e0a (diff) |
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().
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_fs.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp index cbeefe5bd55..cd6819176bc 100644 --- a/src/mesa/drivers/dri/i965/brw_fs.cpp +++ b/src/mesa/drivers/dri/i965/brw_fs.cpp @@ -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() { |