]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mips.opt: Add RejectNegative to divide-breaks and divide-traps.
authorEric Christopher <echristo@redhat.com>
Fri, 3 Jun 2005 19:07:39 +0000 (19:07 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Fri, 3 Jun 2005 19:07:39 +0000 (19:07 +0000)
2005-06-03  Eric Christopher  <echristo@redhat.com>

* config/mips/mips.opt: Add RejectNegative to divide-breaks and
        divide-traps.

From-SVN: r100552

gcc/ChangeLog
gcc/config/mips/mips.opt

index 77123888e64d19dc2cc834be3d3088cc9e3ecb0c..16841422c6e2e891c0d7b7bcc652be9775992062 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-03  Eric Christopher  <echristo@redhat.com>
+
+       * config/mips/mips.opt: Add RejectNegative to divide-breaks and
+        divide-traps.
+
 2005-06-03  Jan Hubicka  <jh@suse.cz>
 
        * basic-block.h (remove_predictions_associated_with_edge): Declare.
index 3e02896297366aa337ad888d08742cd030e8b9a2..fe9a0b8467c6e2ba01da7627fea202ad4838682a 100644 (file)
@@ -44,11 +44,11 @@ Target Report Mask(CHECK_ZERO_DIV)
 Trap on integer divide by zero
 
 mdivide-breaks
-Target Report Mask(DIVIDE_BREAKS)
+Target Report RejectNegative Mask(DIVIDE_BREAKS)
 Use branch-and-break sequences to check for integer divide by zero
 
 mdivide-traps
-Target Report InverseMask(DIVIDE_BREAKS, DIVIDE_TRAPS)
+Target Report RejectNegative InverseMask(DIVIDE_BREAKS, DIVIDE_TRAPS)
 Use trap instructions to check for integer divide by zero
 
 mdouble-float