diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-12-15 07:21:14 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-12-15 07:21:14 +0000 |
| commit | 66a664870b0faf134399f3182abde0c821d7f040 (patch) | |
| tree | 87b2e4de41e759e768d66d6a8a360677bc078b82 /llvm/utils | |
| parent | 62b65ecf18aaff0ac99fd30d4318e89ffe68e14c (diff) | |
| download | bcm5719-llvm-66a664870b0faf134399f3182abde0c821d7f040.tar.gz bcm5719-llvm-66a664870b0faf134399f3182abde0c821d7f040.zip | |
Convert llvmc tests to FileCheck.
llvm-svn: 91420
Diffstat (limited to 'llvm/utils')
| -rw-r--r-- | llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp b/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp index 6217f5c1d34..5be9ab71ef1 100644 --- a/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp +++ b/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp @@ -2169,7 +2169,7 @@ void EmitToolClassDefinition (const ToolDescription& D, else O << "Tool"; - O << "{\nprivate:\n"; + O << " {\nprivate:\n"; O.indent(Indent1) << "static const char* InputLanguages_[];\n\n"; O << "public:\n"; |

