Commit 21cb9e60 by Richard Kenner Committed by Richard Kenner

* config/alpha/alpha.c (alpha_align_insns): Remove warning.

From-SVN: r48321
parent fba0947d
Wed Dec 26 17:55:50 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu> Wed Dec 26 17:55:50 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/alpha/alpha.c (alpha_align_insns): Remove warning.
* config/sparc/sparc.md (call struct patterns): Show starting * config/sparc/sparc.md (call struct patterns): Show starting
at two words long. at two words long.
......
...@@ -7591,7 +7591,7 @@ alpha_align_insns (insns, max_align, next_group, next_nop) ...@@ -7591,7 +7591,7 @@ alpha_align_insns (insns, max_align, next_group, next_nop)
if (align_functions < 4) if (align_functions < 4)
align = 4; align = 4;
else if (align_functions < max_align) else if ((unsigned int) align_functions < max_align)
align = align_functions; align = align_functions;
else else
align = max_align; align = max_align;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment