mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +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
|
/// 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…
x
Reference in New Issue
Block a user