From: Chris Lattner Date: Fri, 3 Mar 2006 01:55:49 +0000 (+0000) Subject: update comment X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=378fdf29b16cd00dab77d524c6a95978f309aa23;p=oota-llvm.git update comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26491 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h index a252d095d2c..aed3b5e9a8e 100644 --- a/include/llvm/CodeGen/ValueTypes.h +++ b/include/llvm/CodeGen/ValueTypes.h @@ -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