Commit d2328603 by Dave Brolley Committed by Dave Brolley

i386.c (memory_address_length): Add missing parenthesis.

Wed Apr 14 11:28:34 1999  Dave Brolley  <brolley@cygnus.com>
	* config/i386/i386.c (memory_address_length): Add missing parenthesis.

From-SVN: r26440
parent 2b37afcb
Wed Apr 14 11:28:34 1999 Dave Brolley <brolley@cygnus.com>
* config/i386/i386.c (memory_address_length): Add missing parenthesis.
Wed Apr 14 13:59:27 1999 Martin von Loewis <loewis@informatik.hu-berlin.de> Wed Apr 14 13:59:27 1999 Martin von Loewis <loewis@informatik.hu-berlin.de>
* extend.texi (Deprecated Features): New node. * extend.texi (Deprecated Features): New node.
......
...@@ -5572,7 +5572,7 @@ memory_address_length (addr) ...@@ -5572,7 +5572,7 @@ memory_address_length (addr)
|| addr == arg_pointer_rtx || addr == arg_pointer_rtx
|| addr == frame_pointer_rtx || addr == frame_pointer_rtx
|| (REGNO_REG_CLASS (REGNO (addr)) == SIREG || (REGNO_REG_CLASS (REGNO (addr)) == SIREG
&& ix86_cpu == PROCESSOR_K6 && !optimize_size) && ix86_cpu == PROCESSOR_K6 && !optimize_size))
return 1; return 1;
else else
return 0; return 0;
......
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