From a995e389c4aed94fbfc35bd283ade7dd775add7c Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 12 Sep 1999 05:46:08 -0700 Subject: Replace insn_foo with insn_data.foo. From-SVN: r29358 --- gcc/config/c4x/c4x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/c4x') diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c index 7712695..b3f5a54 100644 --- a/gcc/config/c4x/c4x.c +++ b/gcc/config/c4x/c4x.c @@ -2196,7 +2196,7 @@ c4x_process_after_reload (first) { const char *template; - template = insn_template[insn_code_number]; + template = insn_data[insn_code_number].template; if (template && template[0] == '#' && template[1] == '\0') { rtx new = try_split (PATTERN(insn), insn, 0); -- cgit v1.1