summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen
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
commitb50080e6cb421c1b6087f93046a28f9745a19d30 (patch)
tree595c518724c857988e12ce719794fcedd44c5f79 /llvm/utils/TableGen
parent7beddb8680786eca1d19fbb5dc97cdf4339f9d7c (diff)
downloadbcm5719-llvm-b50080e6cb421c1b6087f93046a28f9745a19d30.tar.gz
bcm5719-llvm-b50080e6cb421c1b6087f93046a28f9745a19d30.zip
Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spelling fixes.
llvm-svn: 56458
Diffstat (limited to 'llvm/utils/TableGen')
-rw-r--r--llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp b/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
index f30c6ee0a83..f336d452031 100644
--- a/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud