From: Owen Anderson Date: Tue, 11 Aug 2009 20:52:44 +0000 (+0000) Subject: struct -> class X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a942ad3d995fe153b2b905b3d57e285a57240514;p=oota-llvm.git struct -> class git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78715 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h index 3767c1930b7..e6d1f49591a 100644 --- a/include/llvm/CodeGen/ValueTypes.h +++ b/include/llvm/CodeGen/ValueTypes.h @@ -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!