aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/trans.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-03 05:15:46 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-03 05:15:46 +0000
commit2fb00d7f2b6e2b00f011b1ca6ee471a76e1c2542 (patch)
tree815ba2fac08ede335bba5d3548df20425649e20e /gcc/ada/trans.c
parentb0dccb002204bff9f017d83584f3a516e703825e (diff)
downloadgcc-2fb00d7f2b6e2b00f011b1ca6ee471a76e1c2542.zip
gcc-2fb00d7f2b6e2b00f011b1ca6ee471a76e1c2542.tar.gz
gcc-2fb00d7f2b6e2b00f011b1ca6ee471a76e1c2542.tar.bz2
combine.c (simplify_set): Use gen_rtx_fmt_e instead of gen_rtx.
gcc/ * combine.c (simplify_set): Use gen_rtx_fmt_e instead of gen_rtx. * emit-rtl.c (init_emit_once): Use gen_rtx_PC and gen_rtx_CC0 instead of gen_rtx. * reload1.c (init_elim_table): Use gen_rtx_fmt_e instead of gen_rtx. * config/ns32k/ns32k.md (udivmodhi4): Use gen_rtx_IOR and gen_rtx_ASHIFT instead of gen_rtx. (udivmodqi4): Likewise. ada/ * ada/trans.c (gigi): Use gen_rtx_SYMBOL_REF instead of gen_rtx. f/ * com.c (ffecom_member_phase2_): Use gen_rtx_MEM instead of gen_rtx. From-SVN: r77159
Diffstat (limited to 'gcc/ada/trans.c')
-rw-r--r--gcc/ada/trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/trans.c b/gcc/ada/trans.c
index 92934bc..d11742d 100644
--- a/gcc/ada/trans.c
+++ b/gcc/ada/trans.c
@@ -186,7 +186,7 @@ gigi (Node_Id gnat_root,
/* Enable GNAT stack checking method if needed */
if (!Stack_Check_Probes_On_Target)
- set_stack_check_libfunc (gen_rtx (SYMBOL_REF, Pmode, "_gnat_stack_check"));
+ set_stack_check_libfunc (gen_rtx_SYMBOL_REF (Pmode, "_gnat_stack_check"));
/* Save the type we made for integer as the type for Standard.Integer.
Then make the rest of the standard types. Note that some of these