From 8949bb0b2e5b4456f5d06f073c4ceeeb953e13c0 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 22 Sep 2008 19:19:01 +0000 Subject: [PATCH] - fixed comment [r22179] --- ir/be/arm/arm_spec.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/arm/arm_spec.pl b/ir/be/arm/arm_spec.pl index 98f49e016..3adff6607 100644 --- a/ir/be/arm/arm_spec.pl +++ b/ir/be/arm/arm_spec.pl @@ -691,7 +691,7 @@ StoreStackM4Inc => { op_flags => "L|F", irn_flags => "R", state => "exc_pinned", - comment => "construct Store: Store(ptr, val, mem) = ST ptr,val", + comment => "construct Store: Push 4 Registers = ST ptr,val", reg_req => { "in" => [ "sp", "gp", "gp", "gp", "gp", "none" ], "out" => [ "gp", "none" ] }, emit => '. stmfd %S0!, {%S1, %S2, %S3, %S4}', outs => [ "ptr", "M" ], -- 2.20.1