Commit 14e83f2e by Per Bothner Committed by Per Bothner

* expr.c (expand_builtin): Support BUILT_IN_FMOD - just call fmod.

From-SVN: r17090
parent 9b8d9d6b
Fri Dec 12 18:54:23 1997 Per Bothner <bothner@cygnus.com>
* expr.c (expand_builtin): Support BUILT_IN_FMOD - just call fmod.
Fri Dec 12 01:19:48 1997 Jason Merrill <jason@yorick.cygnus.com> Fri Dec 12 01:19:48 1997 Jason Merrill <jason@yorick.cygnus.com>
* flow.c (flow_analysis): Be consistent with find_basic_blocks in * flow.c (flow_analysis): Be consistent with find_basic_blocks in
......
...@@ -8452,6 +8452,9 @@ expand_builtin (exp, target, subtarget, mode, ignore) ...@@ -8452,6 +8452,9 @@ expand_builtin (exp, target, subtarget, mode, ignore)
return target; return target;
case BUILT_IN_FMOD:
break;
/* __builtin_apply_args returns block of memory allocated on /* __builtin_apply_args returns block of memory allocated on
the stack into which is stored the arg pointer, structure the stack into which is stored the arg pointer, structure
value address, static chain, and all the registers that might value address, static chain, and all the registers that might
......
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