forked from OSchip/llvm-project
parent
bbc8db5266
commit
e8c59958d3
|
@ -12,7 +12,7 @@
|
||||||
/// MVT namespace - This namespace defines the ValueType enum, which contains
|
/// MVT namespace - This namespace defines the ValueType enum, which contains
|
||||||
/// the various low-level value types.
|
/// the various low-level value types.
|
||||||
///
|
///
|
||||||
namespace MVT { // MRF = Machine Register Flags
|
namespace MVT { // MVT = Machine Value Types
|
||||||
enum ValueType {
|
enum ValueType {
|
||||||
Other = 0 << 0, // This is a non-standard value
|
Other = 0 << 0, // This is a non-standard value
|
||||||
i1 = 1 << 0, // This is a 1 bit integer value
|
i1 = 1 << 0, // This is a 1 bit integer value
|
||||||
|
|
Loading…
Reference in New Issue