git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140928
91177308-0d34-0410-b5e6-
96231b3b80d8
<< "(MCInst &MI, uint" << BitWidth << "_t insn, uint64_t Address, "
<< "const void *Decoder, const MCSubtargetInfo &STI) {\n";
o.indent(Indentation) << " unsigned tmp = 0;\n (void)tmp;\n" << Emitter->Locals << "\n";
- o.indent(Indentation) << " unsigned Bits = STI.getFeatureBits();\n";
+ o.indent(Indentation) << " uint64_t Bits = STI.getFeatureBits();\n";
++Indentation; ++Indentation;
// Emits code to decode the instructions.