[llvm-commits] CVS: llvm/include/llvm/CodeGen/ValueTypes.h

Chris Lattner lattner at cs.uiuc.edu
Thu Mar 2 17:56:01 PST 2006



Changes in directory llvm/include/llvm/CodeGen:

ValueTypes.h updated: 1.20 -> 1.21
---
Log message:

update comment


---
Diffs of the changes:  (+1 -1)

 ValueTypes.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/CodeGen/ValueTypes.h
diff -u llvm/include/llvm/CodeGen/ValueTypes.h:1.20 llvm/include/llvm/CodeGen/ValueTypes.h:1.21
--- llvm/include/llvm/CodeGen/ValueTypes.h:1.20	Tue Feb 28 18:55:26 2006
+++ llvm/include/llvm/CodeGen/ValueTypes.h	Thu Mar  2 19:55:49 2006
@@ -27,7 +27,7 @@
 ///
 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






More information about the llvm-commits mailing list