From a942ad3d995fe153b2b905b3d57e285a57240514 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Tue, 11 Aug 2009 20:52:44 +0000 Subject: [PATCH] struct -> class git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78715 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/ValueTypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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!