Commit 4ac09687 by Richard Kenner

Use #ifdef TARGET_EDOM, not #if.

From-SVN: r7307
parent 930b4e39
......@@ -6805,7 +6805,7 @@ expand_builtin (exp, target, subtarget, mode, ignore)
emit_cmp_insn (target, target, EQ, 0, GET_MODE (target), 0, 0);
emit_jump_insn (gen_beq (lab1));
#if TARGET_EDOM
#ifdef TARGET_EDOM
{
#ifdef GEN_ERRNO_RTX
rtx errno_rtx = GEN_ERRNO_RTX;
......
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