Commit 601ce03b by Richard Kenner

(PROMOTE_MODE): Provide default definition.

From-SVN: r2173
parent 17c73321
......@@ -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. */
......
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