commit | 21232e4a5ddbcfb1b9b1011aa522244c4113dadd | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Aug 19 20:31:38 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Aug 19 20:31:38 2008 +0000 |
tree | 969843c76b689009b5654f7f624b4c31487ea8d6 | |
parent | 91aba2d71192dd2e39c5cfd29067bf414143fbb7 [diff] [blame] |
Fix indentation in FastISel tablegen-emitted code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55003 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp index 437383b..c45a8b5 100644 --- a/utils/TableGen/FastISelEmitter.cpp +++ b/utils/TableGen/FastISelEmitter.cpp
@@ -265,7 +265,7 @@ OS << ");\n"; } - OS << "unsigned FastEmit_"; + OS << " unsigned FastEmit_"; Operands.PrintManglingSuffix(OS); OS << "(MVT::SimpleValueType VT, ISD::NodeType Opcode"; if (!Operands.empty())