[llvm-commits] CVS: llvm/utils/TableGen/Record.h

Chris Lattner lattner at cs.uiuc.edu
Fri Oct 22 21:59:04 PDT 2004



Changes in directory llvm/utils/TableGen:

Record.h updated: 1.41 -> 1.42
---
Log message:

Make VC happier, patch contributed by Morten Ofstad


---
Diffs of the changes:  (+1 -1)

Index: llvm/utils/TableGen/Record.h
diff -u llvm/utils/TableGen/Record.h:1.41 llvm/utils/TableGen/Record.h:1.42
--- llvm/utils/TableGen/Record.h:1.41	Mon Jul 26 20:01:21 2004
+++ llvm/utils/TableGen/Record.h	Fri Oct 22 23:58:50 2004
@@ -732,7 +732,7 @@
   return OS;
 }
 
-struct Record {
+class Record {
   const std::string Name;
   std::vector<std::string> TemplateArgs;
   std::vector<RecordVal> Values;






More information about the llvm-commits mailing list