diff options
author | Chris Lattner <sabre@nondot.org> | 2006-03-03 01:55:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-03-03 01:55:49 +0000 |
commit | 378fdf29b16cd00dab77d524c6a95978f309aa23 (patch) | |
tree | 898814f960e1cdcedcb408af27e6030b9909a813 /include/llvm/CodeGen/ValueTypes.h | |
parent | a8309ae1cba27752ea5474d685282edaf65a69a6 (diff) |
update comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26491 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/ValueTypes.h')
-rw-r--r-- | include/llvm/CodeGen/ValueTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ValueTypes.h b/include/llvm/CodeGen/ValueTypes.h index a252d095d2..aed3b5e9a8 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 |