mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 10:04:33 +00:00
Fix copy and paste-o
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7378 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c8c377d111
commit
38dbde19cc
@ -12,7 +12,7 @@
|
||||
/// MVT namespace - This namespace defines the ValueType enum, which contains
|
||||
/// the various low-level value types.
|
||||
///
|
||||
namespace MVT { // MRF = Machine Register Flags
|
||||
namespace MVT { // MVT = Machine Value Types
|
||||
enum ValueType {
|
||||
Other = 0 << 0, // This is a non-standard value
|
||||
i1 = 1 << 0, // This is a 1 bit integer value
|
||||
|
Loading…
Reference in New Issue
Block a user