From cc5c9c485724e706dc0835a2221916b994964202 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 6 Feb 1995 10:00:20 -0700 Subject: [PATCH] pa.md: Replace "misc" attribute with "multi" in recentlyadded soft-float code. * pa.md: Replace "misc" attribute with "multi" in recentlyadded soft-float code. From-SVN: r8875 --- gcc/config/pa/pa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 6c7cccaf7be..dd9a6d247e8 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -1974,7 +1974,7 @@ { return output_move_double (operands); }" - [(set_attr "type" "move,store,store,load,load,misc") + [(set_attr "type" "move,store,store,load,load,multi") (set_attr "length" "8,8,16,8,16,16")]) (define_insn "" -- 2.30.2