Skip to content
Snippets Groups Projects
Commit 923c4cf2 authored by Roger Sayle's avatar Roger Sayle Committed by Roger Sayle
Browse files

* config/i386/i386.md: Correct check-in of incorrect version.

From-SVN: r69062
parent 75b6f3fd
No related merge requests found
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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment