diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp index 437383ba8b2..c45a8b5d48b 100644 --- a/utils/TableGen/FastISelEmitter.cpp +++ b/utils/TableGen/FastISelEmitter.cpp @@ -265,7 +265,7 @@ void FastISelEmitter::run(std::ostream &OS) { OS << ");\n"; } - OS << "unsigned FastEmit_"; + OS << " unsigned FastEmit_"; Operands.PrintManglingSuffix(OS); OS << "(MVT::SimpleValueType VT, ISD::NodeType Opcode"; if (!Operands.empty())