From: Chris Lattner Date: Tue, 29 Jul 2003 05:15:44 +0000 (+0000) Subject: Fix copy and paste-o X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=38dbde19cc59ec1b6daaeb919890cadd02ba64c1;p=oota-llvm.git Fix copy and paste-o git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7378 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h index bb4b97fae67..e75eb8cdae9 100644 --- a/include/llvm/CodeGen/ValueTypes.h +++ b/include/llvm/CodeGen/ValueTypes.h @@ -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