diff options
author | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-05-06 19:44:37 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-05-06 19:44:37 +0000 |
commit | 7cbdf5753752f1c995114ac0b7f9071840458d88 (patch) | |
tree | 7240b98baedc3d2fd972d74a9f97e5ad9aed0864 /gcc/config | |
parent | 024c02b1785d83137ea6ffd6d2e68ddac44d9588 (diff) | |
download | gcc-7cbdf5753752f1c995114ac0b7f9071840458d88.zip gcc-7cbdf5753752f1c995114ac0b7f9071840458d88.tar.gz gcc-7cbdf5753752f1c995114ac0b7f9071840458d88.tar.bz2 |
Whitespace change
From-SVN: r41884
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/mips/mips.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index ec9cd1f..31ee4d6 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -4419,8 +4419,8 @@ move\\t%0,%z4\\n\\ emit_label (label1); emit_move_insn (reg2, gen_rtx_MINUS (SFmode, operands[1], reg1)); - emit_move_insn (reg3, GEN_INT (trunc_int_for_mode (BITMASK_HIGH, - SImode))); + emit_move_insn (reg3, GEN_INT (trunc_int_for_mode + (BITMASK_HIGH, SImode))); emit_insn (gen_fix_truncsfsi2 (operands[0], reg2)); emit_insn (gen_iorsi3 (operands[0], operands[0], reg3)); |