commit | f8bc1e4b277dc85a89f93738d7de4d324a093fb4 | [log] [tgz] |
---|---|---|
author | Mikhail Glushenkov <foldr@codedgers.com> | Tue Dec 15 07:21:14 2009 +0000 |
committer | Mikhail Glushenkov <foldr@codedgers.com> | Tue Dec 15 07:21:14 2009 +0000 |
tree | 7c376988345d1bc894aade373190826f4af9ab81 | |
parent | 545f96814bd881d57d961aa51465e977f9172b2d [diff] [blame] |
Convert llvmc tests to FileCheck. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91420 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/LLVMCConfigurationEmitter.cpp b/utils/TableGen/LLVMCConfigurationEmitter.cpp index 6217f5c..5be9ab7 100644 --- a/utils/TableGen/LLVMCConfigurationEmitter.cpp +++ b/utils/TableGen/LLVMCConfigurationEmitter.cpp
@@ -2169,7 +2169,7 @@ else O << "Tool"; - O << "{\nprivate:\n"; + O << " {\nprivate:\n"; O.indent(Indent1) << "static const char* InputLanguages_[];\n\n"; O << "public:\n";