forked from OSchip/llvm-project
parent
3dfe54e954
commit
ad3029a8de
|
@ -27,9 +27,9 @@ namespace llvm {
|
||||||
class LLVMContext;
|
class LLVMContext;
|
||||||
struct EVT;
|
struct EVT;
|
||||||
|
|
||||||
/// MVT - Machine Value Type. Every type that is supported natively by some
|
/// MVT - Machine Value Type. Every type that is supported natively by some
|
||||||
/// processor targeted by LLVM occurs here. This means that any legal value
|
/// processor targeted by LLVM occurs here. This means that any legal value
|
||||||
/// type can be represented by a MVT.
|
/// type can be represented by an MVT.
|
||||||
class MVT {
|
class MVT {
|
||||||
public:
|
public:
|
||||||
enum SimpleValueType {
|
enum SimpleValueType {
|
||||||
|
|
Loading…
Reference in New Issue