summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-09-22 20:45:17 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-09-22 20:45:17 +0000
commit5ccf28f1686a3405a9ece4211ad1b2db808e3845 (patch)
treee7825dc388a08b46cfbea9aec0177cfd9e7f590b /utils
parentc4342eab9bb999050dd94be929093c6e36a49c67 (diff)
downloadexternal_llvm-5ccf28f1686a3405a9ece4211ad1b2db808e3845.zip
external_llvm-5ccf28f1686a3405a9ece4211ad1b2db808e3845.tar.gz
external_llvm-5ccf28f1686a3405a9ece4211ad1b2db808e3845.tar.bz2
Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spelling fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56458 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/LLVMCConfigurationEmitter.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/TableGen/LLVMCConfigurationEmitter.cpp b/utils/TableGen/LLVMCConfigurationEmitter.cpp
index f30c6ee..f336d45 100644
--- a/utils/TableGen/LLVMCConfigurationEmitter.cpp
+++ b/utils/TableGen/LLVMCConfigurationEmitter.cpp
@@ -796,7 +796,6 @@ bool EmitCaseTest1Arg(const std::string& TestName,
const DagInit& d,
const GlobalOptionDescriptions& OptDescs,
std::ostream& O) {
- // TOFIX - Add a mechanism for OS detection.
checkNumberOfArguments(&d, 1);
const std::string& OptName = InitPtrToString(d.getArg(0));
if (TestName == "switch_on") {
@@ -1462,8 +1461,8 @@ void FillInToolToLang (const ToolPropertiesList& TPList,
// and multiple default edges in the graph (better error
// reporting). Unfortunately, it is awkward to do right now because
// our intermediate representation is not sufficiently
-// sofisticated. Algorithms like these should be run on a real graph
-// instead of AST.
+// sophisticated. Algorithms like these require a real graph instead of
+// an AST.
void TypecheckGraph (Record* CompilationGraph,
const ToolPropertiesList& TPList) {
StringMap<StringSet<> > ToolToInLang;