aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorAnatoly Sokolov <aesok@post.ru>2011-08-14 21:16:42 +0400
committerAnatoly Sokolov <aesok@gcc.gnu.org>2011-08-14 21:16:42 +0400
commit12e502c615e77deb2f633e8540f332d7e9d708c9 (patch)
tree5016d3e0527f69384baf17fc5522202c319729c4 /gcc/config
parent0d557ff8f79f9ad8faeb6141413192160be841c1 (diff)
downloadgcc-12e502c615e77deb2f633e8540f332d7e9d708c9.zip
gcc-12e502c615e77deb2f633e8540f332d7e9d708c9.tar.gz
gcc-12e502c615e77deb2f633e8540f332d7e9d708c9.tar.bz2
mmix.c (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Redefine as mmix_preferred_output_reload_class.
* config/mmix/mmix.c (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Redefine as mmix_preferred_output_reload_class. From-SVN: r177749
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/mmix/mmix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mmix/mmix.c b/gcc/config/mmix/mmix.c
index f249a66..29826b5 100644
--- a/gcc/config/mmix/mmix.c
+++ b/gcc/config/mmix/mmix.c
@@ -260,7 +260,7 @@ static void mmix_conditional_register_usage (void);
#undef TARGET_PREFERRED_RELOAD_CLASS
#define TARGET_PREFERRED_RELOAD_CLASS mmix_preferred_reload_class
#undef TARGET_PREFERRED_OUTPUT_RELOAD_CLASS
-#define TARGET_PREFERRED_OUTPUT_RELOAD_CLASS mmix_preferred_reload_class
+#define TARGET_PREFERRED_OUTPUT_RELOAD_CLASS mmix_preferred_output_reload_class
#undef TARGET_LEGITIMATE_ADDRESS_P
#define TARGET_LEGITIMATE_ADDRESS_P mmix_legitimate_address_p