Commit 3cf437d4 by Segher Boessenkool Committed by Segher Boessenkool

rs6000.h (PRINT_OPERAND_PUNCT_VALID_P): Delete '.'.

	* config/rs6000/rs6000.h (PRINT_OPERAND_PUNCT_VALID_P):
	Delete '.'.

From-SVN: r192337
parent ce230735
2012-10-10 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/rs6000.h (PRINT_OPERAND_PUNCT_VALID_P):
Delete '.'.
2012-10-10 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/54877
......
......@@ -2229,8 +2229,7 @@ extern char rs6000_reg_names[][8]; /* register names (0 vs. %r0). */
/* Define which CODE values are valid. */
#define PRINT_OPERAND_PUNCT_VALID_P(CODE) \
((CODE) == '.' || (CODE) == '&')
#define PRINT_OPERAND_PUNCT_VALID_P(CODE) ((CODE) == '&')
/* Print a memory address as an operand to reference that memory location. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment