struct -> class

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78715 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2009-08-11 20:52:44 +00:00
parent 1bdf5dc835
commit a942ad3d99

View 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!