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
This commit is contained in:
Dave Brolley 1999-04-14 08:31:10 +00:00 committed by Dave Brolley
parent 2b37afcb36
commit d232860331
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>
* extend.texi (Deprecated Features): New node.

View File

@ -5572,7 +5572,7 @@ memory_address_length (addr)
|| addr == arg_pointer_rtx
|| addr == frame_pointer_rtx
|| (REGNO_REG_CLASS (REGNO (addr)) == SIREG
&& ix86_cpu == PROCESSOR_K6 && !optimize_size)
&& ix86_cpu == PROCESSOR_K6 && !optimize_size))
return 1;
else
return 0;