struct -> class
authorOwen Anderson <resistor@mac.com>
Tue, 11 Aug 2009 20:52:44 +0000 (20:52 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 11 Aug 2009 20:52:44 +0000 (20:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78715 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ValueTypes.h

index 3767c1930b7e7479f0d7622625ea9651eebae0fe..e6d1f49591aefe043af6a9f11a8f8f340ef5c622 100644 (file)
@@ -26,7 +26,8 @@ namespace llvm {
   class LLVMContext;
   struct EVT;
 
-  struct MVT { // MVT = Machine Value Type
+  class MVT { // MVT = Machine Value Type
+  public:
     enum SimpleValueType {
       // If you change this numbering, you must change the values in
       // ValueTypes.td as well!