summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-29 05:15:44 +0000
committerChris Lattner <sabre@nondot.org>2003-07-29 05:15:44 +0000
commit38dbde19cc59ec1b6daaeb919890cadd02ba64c1 (patch)
tree6902fc7545eb0058c052a5312a37033f37370c08 /include
parentc8c377d111e9f01d5ad7359bc9b655da565fdd41 (diff)
downloadllvm-38dbde19cc59ec1b6daaeb919890cadd02ba64c1.tar.gz
llvm-38dbde19cc59ec1b6daaeb919890cadd02ba64c1.tar.bz2
llvm-38dbde19cc59ec1b6daaeb919890cadd02ba64c1.tar.xz
Fix copy and paste-o
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/ValueTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h
index bb4b97fae6..e75eb8cdae 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