fold-const.c (make_range): Cleanup type checking through function.
authorEric Christopher <echristo@redhat.com>
Thu, 24 Jun 2004 02:00:25 +0000 (02:00 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Thu, 24 Jun 2004 02:00:25 +0000 (02:00 +0000)
commitd18227544985fbd2e01d73c706ae3bcc24f00d98
tree957de3a0167524a08e54227f00aeb391cb8965f8
parent2ac23d05c0467d9a3b49ec8795ae783626c73914
fold-const.c (make_range): Cleanup type checking through function.

2004-06-23  Eric Christopher  <echristo@redhat.com>

* fold-const.c (make_range): Cleanup type checking through function.
Remove orig_type. Replace with checks to exp_type and arg0_type.
Clarify comment when converting from unsigned to signed.

From-SVN: r83576
gcc/ChangeLog
gcc/fold-const.c