Commit a0bc0933 by Richard Stallman

(expand_complex_abs): Fix typo in prev change.

From-SVN: r5340
parent c1255328
...@@ -2049,6 +2049,7 @@ expand_complex_abs (mode, op0, target, unsignedp) ...@@ -2049,6 +2049,7 @@ expand_complex_abs (mode, op0, target, unsignedp)
{ {
rtx insns; rtx insns;
rtx funexp = abs_optab->handlers[(int) mode].libfunc; rtx funexp = abs_optab->handlers[(int) mode].libfunc;
rtx value;
start_sequence (); start_sequence ();
......
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