Revert r158679 - use case is unclear (and it increases the memory footprint).
[oota-llvm.git] / lib / Target / CellSPU / SPUNopFiller.cpp
index 150959777d0a6c45f8de8514717b61af63bf561d..7c58041e3b8471b4d509560c77161f265c049373 100644 (file)
@@ -138,7 +138,7 @@ SPUNopFiller::SPUOpPlace
 SPUNopFiller::getOpPlacement( MachineInstr &instr ) {
   int sc = instr.getDesc().getSchedClass();
   const InstrStage *stage = IID->beginStage(sc);
-  uint64_t FUs = stage->getUnits();
+  unsigned FUs = stage->getUnits();
   SPUOpPlace retval;
 
   switch( FUs ) {