aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/1750a/1750a.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/1750a/1750a.md')
-rw-r--r--gcc/config/1750a/1750a.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/1750a/1750a.md b/gcc/config/1750a/1750a.md
index 72fa0b3..cff2d92 100644
--- a/gcc/config/1750a/1750a.md
+++ b/gcc/config/1750a/1750a.md
@@ -669,7 +669,7 @@
rtx new_opnds[4];
new_opnds[0] = operands[0];
new_opnds[1] = operands[1];
- new_opnds[2] = gen_rtx (CONST_INT, VOIDmode, -INTVAL(operands[2]));
+ new_opnds[2] = GEN_INT (-INTVAL(operands[2]));
new_opnds[3] = operands[3];
istr = \"disn\";
return mod_regno_adjust (istr, new_opnds);
@@ -1105,7 +1105,7 @@
;********************
;; Bit field instructions, general cases.
-;; "o,d" constraint causes a nonoffsetable memref to match the "o"
+;; "o,d" constraint causes a nonoffsettable memref to match the "o"
;; so that its address is reloaded.
;; (define_insn "extv" ...
@@ -1381,7 +1381,7 @@
; ""
; "*
; {
-; rtx oprnd = gen_rtx(CONST_INT,VOIDmode,get_frame_size());
+; rtx oprnd = GEN_INT (get_frame_size());
; output_asm_insn(\"ret.m %0\",&oprnd);
; return \"\;\";
; } ")