OSDN Git Service

* jump.c (reversed_comparison_code_parts): Fix typo introduced by
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jan 2001 19:09:44 +0000 (19:09 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jan 2001 19:09:44 +0000 (19:09 +0000)
the previous change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38780 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/jump.c

index f766766..d19e5c9 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * jump.c (reversed_comparison_code_parts): Fix typo introduced by
+       the previous change.
+
 Sun Jan  7 19:37:48 MET 2001  Jan Hubicka  <jh@suse.cz>
 
        * jump.c (reversed_comparison_code_parts, reversed_comparison_code):
index 6fa1f33..1716f07 100644 (file)
@@ -1724,7 +1724,7 @@ reversed_comparison_code_parts (code, arg0, arg1, insn)
      Give it priority over everything else to allow machine description to do
      tricks.  */
 #ifdef REVERSIBLE_CC_MODE
-  if (GET_MODE_CLASS (mode) == MODE_CC)
+  if (GET_MODE_CLASS (mode) == MODE_CC
       && REVERSIBLE_CC_MODE (mode))
     {
 #ifdef REVERSE_CONDITION