diff options
Diffstat (limited to 'llvm/utils/TableGen/DecoderEmitter.cpp')
-rw-r--r-- | llvm/utils/TableGen/DecoderEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/DecoderEmitter.cpp b/llvm/utils/TableGen/DecoderEmitter.cpp index 4bd9b5f..740035a 100644 --- a/llvm/utils/TableGen/DecoderEmitter.cpp +++ b/llvm/utils/TableGen/DecoderEmitter.cpp @@ -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; |