(SELECT_SECTION): Simplify sdata_section test.

From-SVN: r5225
This commit is contained in:
Jim Wilson 1993-08-28 12:22:32 -07:00
parent 02881b1b79
commit 4418d41b54

View File

@ -3450,8 +3450,7 @@ rdata_section () \
{ \
int size = int_size_in_bytes (TREE_TYPE (DECL)); \
\
if (size <= mips_section_threshold && size > 0 \
&& mips_section_threshold > 0) \
if (size > 0 && size <= mips_section_threshold) \
sdata_section (); \
\
else if (RELOC) \