gallivm: Minor comment cleanup

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2013-04-01 09:45:38 -04:00
parent 135bb3c1a9
commit e26d5940ff

View file

@ -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).