]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix issues brought up by Nathan's assertify patch for the ia64 backend.
authorJames E Wilson <wilson@specifixinc.com>
Thu, 28 Apr 2005 00:40:42 +0000 (17:40 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 28 Apr 2005 00:40:42 +0000 (17:40 -0700)
commitc1bc6ca8a5c0638c567d94f81a687326abd8ed08
tree3c2a829120444ee41672edc146b4320b8d87ddc6
parentb23aee6c5fdad2f100ecfeaac31f19f514034542
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.

From-SVN: r98900
gcc/ChangeLog
gcc/config/ia64/ia64.c