summaryrefslogtreecommitdiffstats
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
commite8c59958d31dfe02c3a9e29cf1f2751063dfd324 (patch)
tree42c97b79a667adb98c50944e217262ba358d5b53
parentbbc8db5266bb9382fa3b2d75998050e70d6341c1 (diff)
downloadbcm5719-llvm-e8c59958d31dfe02c3a9e29cf1f2751063dfd324.tar.gz
bcm5719-llvm-e8c59958d31dfe02c3a9e29cf1f2751063dfd324.zip
Fix copy and paste-o
llvm-svn: 7378
-rw-r--r--llvm/include/llvm/CodeGen/ValueTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/ValueTypes.h b/llvm/include/llvm/CodeGen/ValueTypes.h
index bb4b97fae67..e75eb8cdae9 100644
--- a/llvm/include/llvm/CodeGen/ValueTypes.h
+++ b/llvm/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
OpenPOWER on IntegriCloud