projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
135bb3c
)
gallivm: Minor comment cleanup
author
Adam Jackson
<ajax@redhat.com>
Mon, 1 Apr 2013 13:45:38 +0000
(09:45 -0400)
committer
Adam Jackson
<ajax@redhat.com>
Mon, 1 Apr 2013 13:45:38 +0000
(09:45 -0400)
Signed-off-by: Adam Jackson <ajax@redhat.com>
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
index d038b05892fe84a5dc39bdb43cf2c6a7f4576738..facfc824de201efe1b7a6510301b59ffb1077ec3 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
@@
-1875,7
+1875,7
@@
lp_emit_declaration_soa(
break;
case TGSI_FILE_ADDRESS:
- /* ADDR registers are
the
only allocated with an integer LLVM IR type,
+ /* ADDR registers are only allocated with an integer LLVM IR type,
* as they are guaranteed to always have integers.
* XXX: Not sure if this exception is worthwhile (or the whole idea of
* an ADDR register for that matter).