From cf466d69760c7b369b27ac40b669cd87f5bcb966 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Sun, 3 Dec 2000 02:08:48 -0500 Subject: [PATCH] - fix line which did not get committed properly From-SVN: r37966 --- gcc/config/rs6000/rs6000.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index aa37d7a20a4..a2be5ff4198 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -12573,7 +12573,7 @@ operands[2] = GEN_INT (INTVAL (operands[1]) >> 32); (const_int 0)]) (const_int 0)))] "" - "crnot %E0,%j2" + "crnot %E0,%j1" [(set_attr "type" "cr_logical")]) ;; If we are comparing the result of two comparisons, this can be done -- 2.30.2