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 | 49520b99a3a0d1cfb2740d30a06cb4f6b0ed8aae (patch) | |
| tree | 68120044571cbd662d47dbdfdc1436f74cc30bb7 /llvm | |
| parent | a6c14d0ddb146773f0d4adcf41ec963bd8f4b9cb (diff) | |
| download | bcm5719-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.cpp | 2 |
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()) |

