(PROMOTE_MODE): Provide default definition.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 19 Sep 1992 19:44:58 +0000 (15:44 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 19 Sep 1992 19:44:58 +0000 (15:44 -0400)
From-SVN: r2173

gcc/expr.h

index f7d704dbf7cba5960845bef171236a0e79dc8520..234551e0f1e5d55bc59f0c6e39ab454dc6f73aee 100644 (file)
@@ -29,6 +29,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define BRANCH_COST 1
 #endif
 
+/* The default is that we do not promote the mode of an object.  */
+#ifndef PROMOTE_MODE
+#define PROMOTE_MODE(MODE,UNSIGNEDP,TYPE)
+#endif
+
 /* Macros to access the slots of a QUEUED rtx.
    Here rather than in rtl.h because only the expansion pass
    should ever encounter a QUEUED.  */