OSDN Git Service

update comment
authorChris Lattner <sabre@nondot.org>
Fri, 3 Mar 2006 01:55:49 +0000 (01:55 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 3 Mar 2006 01:55:49 +0000 (01:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26491 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/ValueTypes.h

index a252d09..aed3b5e 100644 (file)
@@ -27,7 +27,7 @@ namespace llvm {
 ///
 namespace MVT {  // MVT = Machine Value Types
   enum ValueType {
-    // If you change this numbering, you must change the values in Target.td as
+    // If you change this numbering, you must change the values in ValueTypes.td
     // well!
     Other          =   0,   // This is a non-standard value
     i1             =   1,   // This is a 1 bit integer value