Fix copy and paste-o

llvm-svn: 7378
This commit is contained in:
Chris Lattner 2003-07-29 05:15:44 +00:00
parent bbc8db5266
commit e8c59958d3
1 changed files with 1 additions and 1 deletions

View File

@ -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