Commit 72c3833b by Richard Kenner

(gen_lowpart): Could return without a value.

From-SVN: r11252
parent 01c82bbb
/* Emit RTL for the GNU C-Compiler expander.
Copyright (C) 1987, 88, 92, 93, 94, 1995 Free Software Foundation, Inc.
Copyright (C) 1987, 88, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
This file is part of GNU CC.
......@@ -887,6 +887,7 @@ gen_lowpart (mode, x)
result = gen_lowpart_common (mode, copy_to_reg (x));
if (result == 0)
abort ();
return result;
}
else if (GET_CODE (x) == MEM)
{
......
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