diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-09-07 01:18:09 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-09-07 01:18:09 -0600 |
commit | 6e3b1d34f3078a273216e23af0a536f1320059f1 (patch) | |
tree | a695ceced9000843424326418a2e765b1b26155e /gcc | |
parent | 7617c94bd1b851be5de5ff31900bf43ba8fbcb57 (diff) | |
download | gcc-6e3b1d34f3078a273216e23af0a536f1320059f1.zip gcc-6e3b1d34f3078a273216e23af0a536f1320059f1.tar.gz gcc-6e3b1d34f3078a273216e23af0a536f1320059f1.tar.bz2 |
Typo from merge.
From-SVN: r29153
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sparc.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index c51e25c..7491351 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -2431,7 +2431,7 @@ (define_insn "*sethi_di_medlow" [(set (match_operand:DI 0 "register_operand" "=r") - (high:DI (match_operand:DI 1 "symbolic_operand" "")))] + (high:DI (match_operand:DI 1 "symbolic_operand" ""))) ;; The clobber is here because emit_move_sequence assumes the worst case. (clobber (reg:DI 1))] "TARGET_CM_MEDLOW && check_pic (1)" |