mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
struct -> class
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78715 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1bdf5dc835
commit
a942ad3d99
@ -26,7 +26,8 @@ namespace llvm {
|
|||||||
class LLVMContext;
|
class LLVMContext;
|
||||||
struct EVT;
|
struct EVT;
|
||||||
|
|
||||||
struct MVT { // MVT = Machine Value Type
|
class MVT { // MVT = Machine Value Type
|
||||||
|
public:
|
||||||
enum SimpleValueType {
|
enum SimpleValueType {
|
||||||
// If you change this numbering, you must change the values in
|
// If you change this numbering, you must change the values in
|
||||||
// ValueTypes.td as well!
|
// ValueTypes.td as well!
|
||||||
|
Loading…
Reference in New Issue
Block a user