This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fix target/21100


Brown paper bags are /in/ this season, I hear...


r~


        * config/i386/mmx.md (push<MMXMODE>1): Fix predicate thinko.

Index: config/i386/mmx.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/mmx.md,v
retrieving revision 1.7
diff -u -p -d -r1.7 mmx.md
--- config/i386/mmx.md	11 Mar 2005 17:50:30 -0000	1.7
+++ config/i386/mmx.md	20 Apr 2005 19:50:31 -0000
@@ -177,7 +177,7 @@
 
 (define_expand "push<mode>1"
   [(match_operand:MMXMODE 0 "register_operand" "")]
-  "TARGET_SSE"
+  "TARGET_MMX"
 {
   ix86_expand_push (<MODE>mode, operands[0]);
   DONE;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]