From 4102c782e32436af07666c512e1fbf2a3404cc18 Mon Sep 17 00:00:00 2001 From: "J\"orn Rennecke" Date: Mon, 11 Sep 2000 19:10:35 +0000 Subject: sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to gen_ic_invalidate_line. * sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to gen_ic_invalidate_line. From-SVN: r36325 --- gcc/ChangeLog | 5 +++++ gcc/config/sh/sh.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a72d0c7..0aa4fd4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 11 20:07:48 2000 J"orn Rennecke + + * sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to + gen_ic_invalidate_line. + 2000-09-11 Philip Blundell * config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'. diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 1fab69f..f8c729e 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -1215,7 +1215,6 @@ extern int current_function_anonymous_args; else \ emit_insn (gen_ic_invalidate_line (TRAMP)); \ } \ - emit_insn (gen_ic_invalidate_line (TRAMP)); \ } /* A C expression whose value is RTL representing the value of the return -- cgit v1.1