aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenIntrinsics.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-31 05:50:28 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-31 05:50:28 +0000
commitdb8d2bed6a0ef890b81fabb014bfcb678e891695 (patch)
treec573bd11e547b73e0d8302158ac762997f8b09fe /utils/TableGen/CodeGenIntrinsics.h
parentc5b206b6be61d0d933b98b6af5e22f42edd48ad1 (diff)
For PR950:
Convert signed integer types to signless. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenIntrinsics.h')
-rw-r--r--utils/TableGen/CodeGenIntrinsics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenIntrinsics.h b/utils/TableGen/CodeGenIntrinsics.h
index 4bae8f15a5..0d1b39bd15 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::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