diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1995-12-02 13:33:09 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1995-12-02 13:33:09 +0000 |
commit | 5456dd8ea6c24386380fcbf74afb079654cff063 (patch) | |
tree | d3cdc06806abd435cf872172fe7a54514d9069c3 | |
parent | beaec4799c233f4d36718c09ba35721ce9a141f3 (diff) | |
download | gcc-5456dd8ea6c24386380fcbf74afb079654cff063.zip gcc-5456dd8ea6c24386380fcbf74afb079654cff063.tar.gz gcc-5456dd8ea6c24386380fcbf74afb079654cff063.tar.bz2 |
Fix spacing in last patch.
From-SVN: r10663
-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 d306e8d..8c41bec 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -4049,7 +4049,7 @@ (define_insn "" [(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r,r,m,r,r,r,r,r,*q,*c*l,*h") - (match_operand:SI 1 "input_operand" "r,S,T,m,r,I,J,n,R,*h,r,r,0"))] + (match_operand:SI 1 "input_operand" "r,S,T,m,r,I,J,n,R,*h,r,r,0"))] "gpc_reg_operand (operands[0], SImode) || gpc_reg_operand (operands[1], SImode)" "@ |