diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2000-12-03 02:08:48 -0500 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2000-12-03 02:08:48 -0500 |
commit | cf466d69760c7b369b27ac40b669cd87f5bcb966 (patch) | |
tree | 3010ed1ae81e8cd1026667843d8130e87ae908a9 | |
parent | 673953d6a591d851819c801b886db1fd6a92ae5b (diff) | |
download | gcc-cf466d69760c7b369b27ac40b669cd87f5bcb966.zip gcc-cf466d69760c7b369b27ac40b669cd87f5bcb966.tar.gz gcc-cf466d69760c7b369b27ac40b669cd87f5bcb966.tar.bz2 |
- fix line which did not get committed properly
From-SVN: r37966
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index aa37d7a..a2be5ff 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 |