aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorRoger Sayle <roger@eyesopen.com>2003-07-08 00:43:49 +0000
committerRoger Sayle <sayle@gcc.gnu.org>2003-07-08 00:43:49 +0000
commit923c4cf299afcff993b1ae8f510e997d3aca94f5 (patch)
tree0d07adcbaffaf1e035923a1d1ff309cd5a2f5c45 /gcc/config
parent75b6f3fd3a00de216b2a38fb3ad2da80e08979f1 (diff)
downloadgcc-923c4cf299afcff993b1ae8f510e997d3aca94f5.zip
gcc-923c4cf299afcff993b1ae8f510e997d3aca94f5.tar.gz
gcc-923c4cf299afcff993b1ae8f510e997d3aca94f5.tar.bz2
* config/i386/i386.md: Correct check-in of incorrect version.
From-SVN: r69062
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/i386/i386.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index c90e0d1..cab2557 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -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")