Fix issues brought up by Nathan's assertify patch for the ia64 backend.
commitfb16e37ae59bac6d7044da18a45e94854006abe9
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Apr 2005 00:40:42 +0000 (28 00:40 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Apr 2005 00:40:42 +0000 (28 00:40 +0000)
tree3c2a829120444ee41672edc146b4320b8d87ddc6
parent827dd05bd792f27e95ece6027dee8ccfbfa002f9
Fix issues brought up by Nathan's assertify patch for the ia64 backend.
* config/ia64/ia64.c (update_set_flags): Delete ppred and pcond
parameters.  Replace conditional move code with assert checking for
ar.lc.  Delete obsolete comments.
(set_src_needs_barrier): Delete cond parameter, and code using it.
(rtx_needs_barrier): Delete initialization of cond.  Fix typo in
assert checking for PR_REGS.  Fix calls to update_set_flags and
set_src_needs_barrier.
(group_barrier_needed): Renamed from group_barrier_needed_p.  Fix all
callers.  Rewrite explanatory comment before the function.
(safe_group_barrier_needed): Renamed from safe_group_barrier_needed_p.
Fix all callers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98900 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/ia64/ia64.c