[llvm-commits] CVS: llvm/utils/TableGen/CodeGenIntrinsics.h

Dan Gohman djg at cray.com
Thu Apr 26 12:43:33 PDT 2007



Changes in directory llvm/utils/TableGen:

CodeGenIntrinsics.h updated: 1.12 -> 1.13
---
Log message:

Update a comment to reflect recent changes in the type system.


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

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


Index: llvm/utils/TableGen/CodeGenIntrinsics.h
diff -u llvm/utils/TableGen/CodeGenIntrinsics.h:1.12 llvm/utils/TableGen/CodeGenIntrinsics.h:1.13
--- llvm/utils/TableGen/CodeGenIntrinsics.h:1.12	Sun Apr  1 02:20:01 2007
+++ llvm/utils/TableGen/CodeGenIntrinsics.h	Thu Apr 26 14:43:14 2007
@@ -31,7 +31,7 @@
     std::string TargetPrefix;  // Target prefix, e.g. "ppc" for t-s intrinsics.
     
     /// ArgTypes - The type primitive enum value for the return value and all
-    /// of the arguments.  These are things like Type::Int32TyID.
+    /// of the arguments.  These are things like Type::IntegerTyID.
     std::vector<std::string> ArgTypes;
     
     /// ArgVTs - The MVT::ValueType for each argument type.  Note that this list






More information about the llvm-commits mailing list