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

Reid Spencer reid at x10sys.com
Sat Dec 30 21:50:51 PST 2006



Changes in directory llvm/utils/TableGen:

CodeGenIntrinsics.h updated: 1.10 -> 1.11
---
Log message:

For PR950: http://llvm.org/PR950 :
Convert signed integer types to signless.


---
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.10 llvm/utils/TableGen/CodeGenIntrinsics.h:1.11
--- llvm/utils/TableGen/CodeGenIntrinsics.h:1.10	Mon Mar 27 18:15:00 2006
+++ llvm/utils/TableGen/CodeGenIntrinsics.h	Sat Dec 30 23:50:28 2006
@@ -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::UIntTyID.
+    /// of the arguments.  These are things like Type::Int32TyID.
     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