radeon/llvm: increase const regs count

Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
Vadim Girlin
2012-05-15 18:48:26 +04:00
parent 12a2374da3
commit b655f78b25
@@ -16,7 +16,7 @@
use strict;
use warnings;
use constant CONST_REG_COUNT => 256;
use constant CONST_REG_COUNT => 1024;
use constant TEMP_REG_COUNT => 128;
my $CREG_MAX = CONST_REG_COUNT - 1;