[llvm-commits] CVS: llvm/utils/TableGen/FileParser.y

Misha Brukman brukman at cs.uiuc.edu
Tue May 20 18:46:00 PDT 2003


Changes in directory llvm/utils/TableGen:

FileParser.y updated: 1.4 -> 1.5

---
Log message:

I fixed that ``thang'', yo.


---
Diffs of the changes:

Index: llvm/utils/TableGen/FileParser.y
diff -u llvm/utils/TableGen/FileParser.y:1.4 llvm/utils/TableGen/FileParser.y:1.5
--- llvm/utils/TableGen/FileParser.y:1.4	Thu Dec  5 22:42:16 2002
+++ llvm/utils/TableGen/FileParser.y	Tue May 20 18:45:36 2003
@@ -124,7 +124,7 @@
 
   // 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





More information about the llvm-commits mailing list