Fix copy and paste-o
authorChris Lattner <sabre@nondot.org>
Tue, 29 Jul 2003 05:15:44 +0000 (05:15 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Jul 2003 05:15:44 +0000 (05:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7378 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ValueTypes.h

index bb4b97fae6765af5ab5975a5bc55f786926126dc..e75eb8cdae928807eeb7eb656ddc99ab6ce0b2ed 100644 (file)
@@ -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