From 9fa60c348345afa2bdc8186cf3c5dd33c95cc5ea Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 17 Sep 2011 12:54:33 +0200 Subject: [PATCH] sparc: fix spec, it's called dump_func not dump_node --- ir/be/sparc/sparc_spec.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ir/be/sparc/sparc_spec.pl b/ir/be/sparc/sparc_spec.pl index 6c1df1f7e..0231f816a 100644 --- a/ir/be/sparc/sparc_spec.pl +++ b/ir/be/sparc/sparc_spec.pl @@ -284,13 +284,13 @@ AddCC_t => { ins => [ "left", "right" ], outs => [ "res", "flags" ], attr_type => "", - dump_node => "NULL", + dump_func => "NULL", }, AddX_t => { ins => [ "left", "right", "flags_input" ], attr_type => "", - dump_node => "NULL", + dump_func => "NULL", }, Sub => { @@ -318,13 +318,13 @@ SubCC_t => { ins => [ "left", "right" ], outs => [ "res", "flags" ], attr_type => "", - dump_node => "NULL", + dump_func => "NULL", }, SubX_t => { ins => [ "left", "right", "flags_input" ], attr_type => "", - dump_node => "NULL", + dump_func => "NULL", }, # Load / Store -- 2.20.1