aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
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
commit21232e4a5ddbcfb1b9b1011aa522244c4113dadd (patch)
tree969843c76b689009b5654f7f624b4c31487ea8d6 /utils/TableGen
parent91aba2d71192dd2e39c5cfd29067bf414143fbb7 (diff)
downloadexternal_llvm-21232e4a5ddbcfb1b9b1011aa522244c4113dadd.zip
external_llvm-21232e4a5ddbcfb1b9b1011aa522244c4113dadd.tar.gz
external_llvm-21232e4a5ddbcfb1b9b1011aa522244c4113dadd.tar.bz2
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')
-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 437383b..c45a8b5 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())