diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-05-20 23:45:36 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-05-20 23:45:36 +0000 |
commit | e3d333edd1a0fa8784548da4ba8e3adcd49f3e29 (patch) | |
tree | 50342817b47122c7ef37f8a69400298a85ac9931 | |
parent | 82c89b9f3a9b88bb63ce13b09b4f27fbb72f66fc (diff) |
I fixed that ``thang'', yo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6252 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | support/tools/TableGen/FileParser.y | 2 | ||||
-rw-r--r-- | utils/TableGen/FileParser.y | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support/tools/TableGen/FileParser.y b/support/tools/TableGen/FileParser.y index 76f07e465f..ab1819c554 100644 --- a/support/tools/TableGen/FileParser.y +++ b/support/tools/TableGen/FileParser.y @@ -124,7 +124,7 @@ static void addSubClass(Record *SC, const std::vector<Init*> &TemplateArgs) { // Ensure that an appropriate number of template arguments are specified... if (TArgs.size() < TemplateArgs.size()) { - err() << "ERROR: More template args specified thang expected!\n"; + err() << "ERROR: More template args specified than expected!\n"; abort(); } else { // This class expects template arguments... // Loop over all of the template arguments, setting them to the specified diff --git a/utils/TableGen/FileParser.y b/utils/TableGen/FileParser.y index 76f07e465f..ab1819c554 100644 --- a/utils/TableGen/FileParser.y +++ b/utils/TableGen/FileParser.y @@ -124,7 +124,7 @@ static void addSubClass(Record *SC, const std::vector<Init*> &TemplateArgs) { // Ensure that an appropriate number of template arguments are specified... if (TArgs.size() < TemplateArgs.size()) { - err() << "ERROR: More template args specified thang expected!\n"; + err() << "ERROR: More template args specified than expected!\n"; abort(); } else { // This class expects template arguments... // Loop over all of the template arguments, setting them to the specified |