From 378fdf29b16cd00dab77d524c6a95978f309aa23 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 3 Mar 2006 01:55:49 +0000 Subject: [PATCH] update comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26491 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/ValueTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1