nvc0: bump sched data member to 32-bits

SM50 backend requires 21 bits per instruction, not 8.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
Ben Skeggs 2014-05-09 15:55:57 +10:00
parent c42d7556d3
commit bede1bdb48

View file

@ -792,7 +792,7 @@ public:
int8_t flagsDef;
int8_t flagsSrc;
uint8_t sched; // scheduling data (NOTE: maybe move to separate storage)
uint32_t sched; // scheduling data (NOTE: maybe move to separate storage)
BasicBlock *bb;