(PRINT_OPERAND_PUNCT_VALID_P): Delete '@' case.

From-SVN: r3335
This commit is contained in:
Jim Wilson 1993-01-25 12:20:18 -08:00
parent 019c2b2495
commit 2ccdef65e9
1 changed files with 1 additions and 2 deletions

View File

@ -1722,8 +1722,7 @@ do { \
#define TARGET_CR 015
#define PRINT_OPERAND_PUNCT_VALID_P(CHAR) \
((CHAR) == '@' || (CHAR) == '#' || (CHAR) == '*' || (CHAR) == '^' \
|| (CHAR) == '(')
((CHAR) == '#' || (CHAR) == '*' || (CHAR) == '^' || (CHAR) == '(')
/* Print operand X (an rtx) in assembler syntax to file FILE.
CODE is a letter or dot (`z' in `%z0') or 0 if no letter was specified.