OSDN Git Service

* config/mmix/mmix.c (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Redefine
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Aug 2011 17:16:42 +0000 (17:16 +0000)
committeraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 14 Aug 2011 17:16:42 +0000 (17:16 +0000)
as mmix_preferred_output_reload_class.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177749 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mmix/mmix.c

index 6e8c5ad..c13819a 100644 (file)
@@ -1,3 +1,8 @@
+2011-08-14  Anatoly Sokolov  <aesok@post.ru>
+
+       * config/mmix/mmix.c (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Redefine
+       as mmix_preferred_output_reload_class.
+
 2011-08-14  Georg-Johann Lay  <avr@gjlay.de>
        
        * PR target/49903
index f249a66..29826b5 100644 (file)
@@ -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