([LR]SHIFT_EXPR): Remove `a' from printed names.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 3 Jun 1996 12:33:43 +0000 (08:33 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 3 Jun 1996 12:33:43 +0000 (08:33 -0400)
From-SVN: r12144

gcc/tree.def

index e6dade464b8774b5e84a7e9a6ec83ed20ba265f3..c016fcf09646f7fecc1bf5fe6b6621e4d5856562 100644 (file)
@@ -582,8 +582,8 @@ DEFTREECODE (FFS_EXPR, "ffs_expr", "1", 1)
    unsigned type, arithmetic shift 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, "alshift_expr", "2", 2)
-DEFTREECODE (RSHIFT_EXPR, "arshift_expr", "2", 2)
+DEFTREECODE (LSHIFT_EXPR, "lshift_expr", "2", 2)
+DEFTREECODE (RSHIFT_EXPR, "rshift_expr", "2", 2)
 DEFTREECODE (LROTATE_EXPR, "lrotate_expr", "2", 2)
 DEFTREECODE (RROTATE_EXPR, "rrotate_expr", "2", 2)