Commit 26f578a2 by Joern Rennecke

Remove ENABLE_REGMOVE_PASS.

From-SVN: r16418
parent ea64ef27
...@@ -25,8 +25,6 @@ Sun Nov 9 01:37:11 1997 Jim Wilson (wilson@cygnus.com) ...@@ -25,8 +25,6 @@ Sun Nov 9 01:37:11 1997 Jim Wilson (wilson@cygnus.com)
Sat Nov 8 18:20:21 1997 J"orn Rennecke <amylaar@cygnus.co.uk> Sat Nov 8 18:20:21 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
* sh.h (ENABLE_REGMOVE_PASS): Define.
Bring over from FSF: Bring over from FSF:
Thu Oct 30 12:21:06 1997 J"orn Rennecke <amylaar@cygnus.co.uk> Thu Oct 30 12:21:06 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
......
...@@ -1871,7 +1871,4 @@ do { \ ...@@ -1871,7 +1871,4 @@ do { \
/* For the sake of libgcc2.c, indicate target supports atexit. */ /* For the sake of libgcc2.c, indicate target supports atexit. */
#define HAVE_ATEXIT #define HAVE_ATEXIT
/* Enable the register move pass to improve code. */
#define ENABLE_REGMOVE_PASS
#define SH_DYNAMIC_SHIFT_COST (TARGET_SH3 ? (TARGET_SMALLCODE ? 1 : 2) : 20) #define SH_DYNAMIC_SHIFT_COST (TARGET_SH3 ? (TARGET_SMALLCODE ? 1 : 2) : 20)
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