summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen
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
commitbc013ba3675dd5df1ec2f5ea49416aa027ba40c8 (patch)
tree146980a6db0b31befab2a600412cf252118b2ef0 /llvm/utils/TableGen
parentc635f47d9a02dc7da288864169804d3ff9481e8b (diff)
downloadbcm5719-llvm-bc013ba3675dd5df1ec2f5ea49416aa027ba40c8.tar.gz
bcm5719-llvm-bc013ba3675dd5df1ec2f5ea49416aa027ba40c8.zip
For PR950:
Convert signed integer types to signless. llvm-svn: 32786
Diffstat (limited to 'llvm/utils/TableGen')
-rw-r--r--llvm/utils/TableGen/CodeGenIntrinsics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenIntrinsics.h b/llvm/utils/TableGen/CodeGenIntrinsics.h
index 4bae8f15a52..0d1b39bd15d 100644
--- a/llvm/utils/TableGen/CodeGenIntrinsics.h
+++ b/llvm/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
OpenPOWER on IntegriCloud