projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b387f
)
ra: Clarify usage of ra_set_node_reg()
author
Tom Stellard
<thomas.stellard@amd.com>
Mon, 3 Sep 2012 12:23:02 +0000
(08:23 -0400)
committer
Tom Stellard
<thomas.stellard@amd.com>
Wed, 19 Sep 2012 23:25:53 +0000
(19:25 -0400)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/program/register_allocate.c
patch
|
blob
|
history
diff --git
a/src/mesa/program/register_allocate.c
b/src/mesa/program/register_allocate.c
index f08c9d28d6b3ad1ef5f2613830abb0d4dda480c6..07eb154954d14574463382622808a61d8287e232 100644
(file)
--- a/
src/mesa/program/register_allocate.c
+++ b/
src/mesa/program/register_allocate.c
@@
-490,6
+490,8
@@
ra_get_node_reg(struct ra_graph *g, unsigned int n)
* input data). These nodes do not end up in the stack during
* ra_simplify(), and thus at ra_select() time it is as if they were
* the first popped off the stack and assigned their fixed locations.
+ * Nodes that use this function do not need to be assigned a register
+ * class.
*
* Must be called before ra_simplify().
*/