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]

type-o in mips.md



I believe the following is just a type-o in mips.md.  
OK for egcs?

                                  -gavin...



	* mips.md (lshrsi3_internal2+2): Fix type-o.


Index: mips.md
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/config/mips/mips.md,v
retrieving revision 1.34
diff -c -r1.34 mips.md
*** mips.md	1998/08/13 20:16:20	1.34
--- mips.md	1998/08/25 20:52:48
***************
*** 6766,6772 ****
  ;; to make it simple enough for combine to understand.
  
  (define_insn ""
!   [(set (match_operand:SI 0 "register_operand" "d,d")
  	(lshiftrt:SI (match_operand:SI 1 "memory_operand" "R,m")
  		     (match_operand:SI 2 "immediate_operand" "I,I")))]
    "TARGET_MIPS16"
--- 6766,6772 ----
  ;; to make it simple enough for combine to understand.
  
  (define_insn ""
!   [(set (match_operand:SI 0 "register_operand" "=d,d")
  	(lshiftrt:SI (match_operand:SI 1 "memory_operand" "R,m")
  		     (match_operand:SI 2 "immediate_operand" "I,I")))]
    "TARGET_MIPS16"


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