summaryrefslogtreecommitdiff
path: root/utils/TableGen/FastISelEmitter.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-19 20:31:38 +0000
committerDan Gohman <gohman@apple.com>2008-08-19 20:31:38 +0000
commit56e0f87dcc8dcb004c8f2c421c4806377439fc21 (patch)
tree969843c76b689009b5654f7f624b4c31487ea8d6 /utils/TableGen/FastISelEmitter.cpp
parentf4137b5f409525b41ec4d4bff56c54fd2a9db274 (diff)
downloadllvm-56e0f87dcc8dcb004c8f2c421c4806377439fc21.tar.gz
llvm-56e0f87dcc8dcb004c8f2c421c4806377439fc21.tar.bz2
llvm-56e0f87dcc8dcb004c8f2c421c4806377439fc21.tar.xz
Fix indentation in FastISel tablegen-emitted code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55003 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/FastISelEmitter.cpp')
-rw-r--r--utils/TableGen/FastISelEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp
index 437383ba8b..c45a8b5d48 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())