diff options
author | Dan Gohman <gohman@apple.com> | 2008-08-19 20:31:38 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-08-19 20:31:38 +0000 |
commit | 56e0f87dcc8dcb004c8f2c421c4806377439fc21 (patch) | |
tree | 969843c76b689009b5654f7f624b4c31487ea8d6 /utils | |
parent | f4137b5f409525b41ec4d4bff56c54fd2a9db274 (diff) |
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')
-rw-r--r-- | utils/TableGen/FastISelEmitter.cpp | 2 |
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()) |