Commit 995d54dd by Richard Kenner

(regclass): Remove useless cast.

From-SVN: r11016
parent 8ef376a9
/* Compute register class preferences for pseudo-registers.
Copyright (C) 1987, 88, 91, 92, 93, 1994 Free Software Foundation, Inc.
Copyright (C) 1987, 88, 91, 92, 93, 94, 1996 Free Software Foundation, Inc.
This file is part of GNU CC.
......@@ -978,7 +978,7 @@ regclass (f, nregs)
/* If we don't add any classes, nothing to try. */
if (alt == best)
alt = (int) NO_REGS;
alt = NO_REGS;
/* We cast to (int) because (char) hits bugs in some compilers. */
prefclass[i] = (int) best;
......
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