(SELECT_SECTION): Simplify sdata_section test.
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 28 Aug 1993 19:22:32 +0000 (12:22 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 28 Aug 1993 19:22:32 +0000 (12:22 -0700)
From-SVN: r5225

gcc/config/mips/mips.h

index d92801f5ed9799d40b2b97a5afee0c425d735498..dc29dad0e08dc44b483b981cda51403b69f99554 100644 (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)                                                      \