diff options
author | J"orn Rennecke <amylaar@redhat.co.uk> | 2000-09-11 19:10:35 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2000-09-11 20:10:35 +0100 |
commit | 4102c782e32436af07666c512e1fbf2a3404cc18 (patch) | |
tree | f594323785f9044221baa99386987c8eb7f5543c | |
parent | 79f5e38e0dd6dfdbf3aab8f18603e7c5da354388 (diff) | |
download | gcc-4102c782e32436af07666c512e1fbf2a3404cc18.zip gcc-4102c782e32436af07666c512e1fbf2a3404cc18.tar.gz gcc-4102c782e32436af07666c512e1fbf2a3404cc18.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/sh/sh.h | 1 |
2 files changed, 5 insertions, 1 deletions
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 <amylaar@redhat.co.uk> + + * sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to + gen_ic_invalidate_line. + 2000-09-11 Philip Blundell <pb@futuretv.com> * 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 |