* sh.h (OPTIMIZATION_OPTIONS): Define.

From-SVN: r18837
This commit is contained in:
J"orn Rennecke 1998-03-26 10:17:32 +00:00 committed by Joern Rennecke
parent 6f28d3e982
commit 04d02ece5e
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Mar 26 17:34:46 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
* sh.h (OPTIMIZATION_OPTIONS): Define.
Thu Mar 26 00:19:47 1998 Richard Henderson <rth@cygnus.com>
* combine.c (make_compound_operation): Simplify (subreg (*_extend) 0).

View File

@ -160,6 +160,12 @@ extern int target_flags;
#define PRESERVE_DEATH_INFO_REGNO_P(regno) (TARGET_RELAX || optimize)
#define OPTIMIZATION_OPTIONS(LEVEL,SIZE) \
do { \
if (SIZE) \
target_flags |= SPACE_BIT; \
} while (0)
#define ASSEMBLER_DIALECT 0 /* will allow to distinguish b[tf].s and b[tf]/s . */
#define OVERRIDE_OPTIONS \
do { \