Typo from merge.
From-SVN: r29153
This commit is contained in:
parent
7617c94bd1
commit
6e3b1d34f3
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue