From 56e0f87dcc8dcb004c8f2c421c4806377439fc21 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 19 Aug 2008 20:31:38 +0000 Subject: [PATCH] Fix indentation in FastISel tablegen-emitted code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55003 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/FastISelEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())