Commit 3799607a by Gerald Pfeifer Committed by Gerald Pfeifer

jump.c (reversed_comparison_code_parts): Fix typo introduced by the previous change.

	* jump.c (reversed_comparison_code_parts): Fix typo introduced by
	the previous change.

From-SVN: r38780
parent ab94bc48
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> Sun Jan 7 19:37:48 MET 2001 Jan Hubicka <jh@suse.cz>
* jump.c (reversed_comparison_code_parts, reversed_comparison_code): * jump.c (reversed_comparison_code_parts, reversed_comparison_code):
......
...@@ -1724,7 +1724,7 @@ reversed_comparison_code_parts (code, arg0, arg1, insn) ...@@ -1724,7 +1724,7 @@ reversed_comparison_code_parts (code, arg0, arg1, insn)
Give it priority over everything else to allow machine description to do Give it priority over everything else to allow machine description to do
tricks. */ tricks. */
#ifdef REVERSIBLE_CC_MODE #ifdef REVERSIBLE_CC_MODE
if (GET_MODE_CLASS (mode) == MODE_CC) if (GET_MODE_CLASS (mode) == MODE_CC
&& REVERSIBLE_CC_MODE (mode)) && REVERSIBLE_CC_MODE (mode))
{ {
#ifdef REVERSE_CONDITION #ifdef REVERSE_CONDITION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment