Use SCEVAddRecExpr::isAffine.
[oota-llvm.git] / utils / TableGen / InstrInfoEmitter.cpp
index 028fbeb88b27041a301881df721d0d0140bb5a18..fb8dd371efd11265399059eb30097b7f56d3180e 100644 (file)
@@ -201,7 +201,7 @@ void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,
     // Each logical operand can be multiple MI operands.
     MinOperands = Inst.OperandList.back().MIOperandNo +
                   Inst.OperandList.back().MINumOperands;
-  
+
   OS << "  { ";
   OS << Num << ",\t" << MinOperands << ",\t"
      << Inst.NumDefs << ",\t" << getItinClassNumber(Inst.TheDef)