]> gcc.gnu.org Git - gcc.git/commitdiff
sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to gen_ic_invalidate_line.
authorJ"orn Rennecke <amylaar@redhat.co.uk>
Mon, 11 Sep 2000 19:10:35 +0000 (19:10 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 11 Sep 2000 19:10:35 +0000 (20:10 +0100)
* sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to
gen_ic_invalidate_line.

From-SVN: r36325

gcc/ChangeLog
gcc/config/sh/sh.h

index a72d0c7519f6aa34dda6c2f0957e0c5fef9dc446..0aa4fd4b8604e4fb72828e11b7c11d6076096ec2 100644 (file)
@@ -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'.
index 1fab69f74dc36829b3fd93fbb7e36f50dd9663c1..f8c729e7b670ffc689cacc6b355929203783842a 100644 (file)
@@ -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
This page took 0.07531 seconds and 5 git commands to generate.