mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-25 02:15:32 +08:00
([LR]SHIFT_EXPR): Remove `a' from printed names.
From-SVN: r12144
This commit is contained in:
parent
60801f0bbd
commit
65ef067483
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user