Fix indentation in FastISel tablegen-emitted code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55003 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-08-19 20:31:38 +00:00
parent f4137b5f40
commit 56e0f87dcc

View File

@ -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())