update comment

llvm-svn: 26491
This commit is contained in:
Chris Lattner 2006-03-03 01:55:49 +00:00
parent b203355298
commit 76bc04ba5f
1 changed files with 1 additions and 1 deletions

View 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