* config/i386/i386.md: Correct check-in of incorrect version.
From-SVN: r69062
This commit is contained in:
parent
75b6f3fd3a
commit
923c4cf299
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-07-07 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* config/i386/i386.md: Correct check-in of incorrect version.
|
||||
|
||||
2003-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* bitmap.c (debug_bitmap_file): Merge uses of HOST_PTR_PRINTF with
|
||||
|
|
|
@ -15605,7 +15605,7 @@
|
|||
emit_move_insn (copy, operands[1]);
|
||||
emit_insn (gen_atan2df3_1 (operands[0], copy, operands[2]));
|
||||
DONE;
|
||||
}
|
||||
})
|
||||
|
||||
(define_insn "atan2sf3_1"
|
||||
[(parallel [(set (match_operand:SF 0 "register_operand" "=f")
|
||||
|
@ -15630,7 +15630,7 @@
|
|||
emit_move_insn (copy, operands[1]);
|
||||
emit_insn (gen_atan2sf3_1 (operands[0], copy, operands[2]));
|
||||
DONE;
|
||||
}
|
||||
})
|
||||
|
||||
(define_insn "atan2xf3_1"
|
||||
[(parallel [(set (match_operand:XF 0 "register_operand" "=f")
|
||||
|
@ -15655,7 +15655,7 @@
|
|||
emit_move_insn (copy, operands[1]);
|
||||
emit_insn (gen_atan2xf3_1 (operands[0], copy, operands[2]));
|
||||
DONE;
|
||||
}
|
||||
})
|
||||
|
||||
(define_insn "atan2tf3_1"
|
||||
[(parallel [(set (match_operand:TF 0 "register_operand" "=f")
|
||||
|
@ -15680,7 +15680,7 @@
|
|||
emit_move_insn (copy, operands[1]);
|
||||
emit_insn (gen_atan2tf3_1 (operands[0], copy, operands[2]));
|
||||
DONE;
|
||||
}
|
||||
})
|
||||
|
||||
(define_insn "*fyl2x_sfxf3"
|
||||
[(parallel [(set (match_operand:SF 0 "register_operand" "=f")
|
||||
|
|
Loading…
Add table
Reference in a new issue