diff options
| author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-11 19:10:35 +0000 |
|---|---|---|
| committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-11 19:10:35 +0000 |
| commit | d59c9e2830b0efcc5d4fee822e52c8fee1491b93 (patch) | |
| tree | f594323785f9044221baa99386987c8eb7f5543c | |
| parent | 563ec2b738de59278edaf43c5cf37a2a439cecbd (diff) | |
| download | ppe42-gcc-d59c9e2830b0efcc5d4fee822e52c8fee1491b93.tar.gz ppe42-gcc-d59c9e2830b0efcc5d4fee822e52c8fee1491b93.zip | |
* sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to
gen_ic_invalidate_line.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36325 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 a72d0c7519f..0aa4fd4b860 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 1fab69f74dc..f8c729e7b67 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 |

