aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2003-05-15 16:50:07 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2003-05-15 16:50:07 +0000
commit411f7850d7f7c165a303de713d0307b221420bce (patch)
tree7cdb0e508e78f3306467d0ddb78a433b2f5eb8b5 /gcc/config/pa
parentd1a795e1273ff18090f5548144df6d86a52a9410 (diff)
downloadgcc-411f7850d7f7c165a303de713d0307b221420bce.zip
gcc-411f7850d7f7c165a303de713d0307b221420bce.tar.gz
gcc-411f7850d7f7c165a303de713d0307b221420bce.tar.bz2
* pa.c (hppa_expand_prologue): Remove blockage.
From-SVN: r66834
Diffstat (limited to 'gcc/config/pa')
-rw-r--r--gcc/config/pa/pa.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c
index 158d2c1..d2cf7de 100644
--- a/gcc/config/pa/pa.c
+++ b/gcc/config/pa/pa.c
@@ -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.