From 01929c0482f70577a5dd819ccd2b14d7a2a8711e Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 26 Apr 2007 19:43:14 +0000 Subject: Update a comment to reflect recent changes in the type system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36486 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/CodeGenIntrinsics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/TableGen/CodeGenIntrinsics.h') diff --git a/utils/TableGen/CodeGenIntrinsics.h b/utils/TableGen/CodeGenIntrinsics.h index 536f3462c5..57f85ad422 100644 --- a/utils/TableGen/CodeGenIntrinsics.h +++ b/utils/TableGen/CodeGenIntrinsics.h @@ -31,7 +31,7 @@ namespace llvm { 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 ArgTypes; /// ArgVTs - The MVT::ValueType for each argument type. Note that this list -- cgit v1.2.3