summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit49520b99a3a0d1cfb2740d30a06cb4f6b0ed8aae (patch)
tree68120044571cbd662d47dbdfdc1436f74cc30bb7 /llvm
parenta6c14d0ddb146773f0d4adcf41ec963bd8f4b9cb (diff)
downloadbcm5719-llvm-49520b99a3a0d1cfb2740d30a06cb4f6b0ed8aae.tar.gz
bcm5719-llvm-49520b99a3a0d1cfb2740d30a06cb4f6b0ed8aae.zip
Fix indentation in FastISel tablegen-emitted code.
llvm-svn: 55003
Diffstat (limited to 'llvm')
-rw-r--r--llvm/utils/TableGen/FastISelEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/FastISelEmitter.cpp b/llvm/utils/TableGen/FastISelEmitter.cpp
index 437383ba8b2..c45a8b5d48b 100644
--- a/llvm/utils/TableGen/FastISelEmitter.cpp
+++ b/llvm/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())
OpenPOWER on IntegriCloud