[NFC][MC][Decoder] Fix off-by-one indentation in generated code (#154855)
This commit is contained in:
parent
c97c6869b6
commit
4eeeb8a01e
@ -2081,7 +2081,7 @@ static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI,
|
||||
OS << ") {\n";
|
||||
if (HasCheckPredicate)
|
||||
OS << " const FeatureBitset &Bits = STI.getFeatureBits();\n";
|
||||
OS << " using namespace llvm::MCD;\n";
|
||||
OS << " using namespace llvm::MCD;\n";
|
||||
|
||||
OS << R"(
|
||||
const uint8_t *Ptr = DecodeTable;
|
||||
|
Loading…
x
Reference in New Issue
Block a user