Fix indentation in FastISel tablegen-emitted code.
authorDan Gohman <gohman@apple.com>
Tue, 19 Aug 2008 20:31:38 +0000 (20:31 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 19 Aug 2008 20:31:38 +0000 (20:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55003 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/FastISelEmitter.cpp

index 437383ba8b287769c04d79a9f8c15d7ef81e955e..c45a8b5d48bfd1ef2071ac8c721989fe73724335 100644 (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())