OSDN Git Service

2007-08-04 Paul Thomas <pault@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / optabs.c
index a605afd..3741139 100644 (file)
@@ -3395,7 +3395,7 @@ struct no_conflict_data
    in the list of insns that constitute the actual no_conflict block /
    libcall block.  */
 static void
-no_conflict_move_test (rtx dest, rtx set, void *p0)
+no_conflict_move_test (rtx dest, const_rtx set, void *p0)
 {
   struct no_conflict_data *p= p0;
 
@@ -4071,7 +4071,7 @@ emit_cmp_and_jump_insns (rtx x, rtx y, enum rtx_code comparison, rtx size,
     {
       /* If we're not emitting a branch, callers are required to pass
         operands in an order conforming to canonical RTL.  We relax this
-        for commutative comparsions so callers using EQ don't need to do
+        for commutative comparisons so callers using EQ don't need to do
         swapping by hand.  */
       gcc_assert (label || (comparison == swap_condition (comparison)));