From efc526c19d35d4521fb58cddbce57cd735d3ddc8 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 12 May 1995 17:34:39 +0000 Subject: [PATCH] (movsi matcher): Fix typo in type attribute. From-SVN: r9649 --- gcc/config/arm/arm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index 7cfad439fef..1893d42f92b 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -2071,7 +2071,7 @@ (ior (eq_attr "alternative" "5") (eq_attr "alternative" "6")) (const_int 16)] (const_int 4))) - (set_attr "type" "load,load,*,*,store1,*,*,*")]) + (set_attr "type" "load,load,*,*,store1,*,*")]) (define_split [(set (match_operand:SI 0 "s_register_operand" "") -- 2.30.2