Commit 9a76ab7e by Zack Weinberg

Fix typos commenting out movdicc, movdfcc

From-SVN: r29383
parent dcff18a1
......@@ -607,7 +607,7 @@
; 61);
;
; operands[1] = gen_rtx (code, VOIDmode, ccreg, const0_rtx);
}")
;}")
(define_expand "movsfcc"
[(set (match_operand:SF 0 "register_operand" "")
......@@ -639,7 +639,7 @@
; 61);
;
; operands[1] = gen_rtx (code, VOIDmode, ccreg, const0_rtx);
}")
;}")
(define_insn "*movsicc_insn"
[(set (match_operand:SI 0 "register_operand" "=r")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment