From 4b7ee6157ab47830d9b198c2f968dbef9388e768 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Mon, 10 Apr 2000 16:18:21 +0000 Subject: rtl.def (ASHIFT, [...]): Recomment. * rtl.def (ASHIFT, ROTATE, ASHIFTRT, LSHIFTRT, ROTATERT): Recomment. * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Recomment. From-SVN: r33060 --- gcc/tree.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/tree.def') diff --git a/gcc/tree.def b/gcc/tree.def index 92bc594..e3fb8b4 100644 --- a/gcc/tree.def +++ b/gcc/tree.def @@ -602,8 +602,8 @@ DEFTREECODE (ABS_EXPR, "abs_expr", '1', 1) DEFTREECODE (FFS_EXPR, "ffs_expr", '1', 1) /* Shift operations for shift and rotate. - Shift is supposed to mean logical shift if done on an - unsigned type, arithmetic shift on a signed type. + Shift means logical shift if done on an + unsigned type, arithmetic shift if done on a signed type. The second operand is the number of bits to shift by; it need not be the same type as the first operand and result. */ DEFTREECODE (LSHIFT_EXPR, "lshift_expr", '2', 2) -- cgit v1.1