]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/jump.c
* alias.c (record_set, memory_modified_1): Constify.
[thirdparty/gcc.git] / gcc / jump.c
index d83b0a55f8fb58863c0779dbc053bd77e74316d2..d0092f42988eb85919fa7b4f9b6c44c807dc072f 100644 (file)
@@ -302,7 +302,7 @@ reversed_comparison_code_parts (enum rtx_code code, rtx arg0, rtx arg1, rtx insn
           prev != 0 && !LABEL_P (prev);
           prev = prev_nonnote_insn (prev))
        {
-         rtx set = set_of (arg0, prev);
+         const_rtx set = set_of (arg0, prev);
          if (set && GET_CODE (set) == SET
              && rtx_equal_p (SET_DEST (set), arg0))
            {