]> gcc.gnu.org Git - gcc.git/commitdiff
* pa.c (hppa_expand_prologue): Remove blockage.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Thu, 15 May 2003 16:50:07 +0000 (16:50 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 15 May 2003 16:50:07 +0000 (16:50 +0000)
From-SVN: r66834

gcc/ChangeLog
gcc/config/pa/pa.c

index 5d4be0bc64c4b3b47780fad2a915971c822722f6..2da0549d77b4e22032ccf1610e6589ca865cb639 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * pa.c (hppa_expand_prologue): Remove blockage.
+
 2003-05-15  Wolfgang Bangerth <bangerth@dealii.org>
 
        * doc/bugreport.texi: Remove most of the bug reporting
index 158d2c17e64d04d58f7c2bc4860c12d4db322c2f..d2cf7de665b128f2681ccfb388496c0f8bd4a6d1 100644 (file)
@@ -3638,14 +3638,6 @@ hppa_expand_prologue ()
            }
        }
     }
-
-  /* FIXME: expand_call and expand_millicode_call need to be fixed to
-     prevent insns with frame notes being scheduled in the delay slot
-     of calls.  This causes problems because the dwarf2 output code
-     processes the insn list serially.  For now, limit the migration
-     of prologue insns with a blockage.  */
-  if (DO_FRAME_NOTES)
-    emit_insn (gen_blockage ());
 }
 
 /* Emit RTL to load REG from the memory location specified by BASE+DISP.
This page took 0.079462 seconds and 5 git commands to generate.