Commit 170a16c7 by Michael Meissner Committed by Michael Meissner

Fix calculation of right function unit

From-SVN: r18432
parent 688f0603
Fri Mar 6 14:41:33 1998 Michael Meissner <meissner@cygnus.com>
* m32r.md (right): Correctly check for length == 2, not 1.
Fri Mar 6 14:00:04 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* mips/mips.h: Prototype `machine_dependent_reorg'.
......
......@@ -86,7 +86,7 @@
[(not (eq_attr "length" "2"))])
(define_function_unit "right" 1 1
(eq_attr "length" "1")
(eq_attr "length" "2")
1 0
[(not (eq_attr "length" "2"))])
......
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