diff options
Diffstat (limited to 'gcc/config/pa/pa.c')
-rw-r--r-- | gcc/config/pa/pa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index c94e578..b693521 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -4445,7 +4445,7 @@ hppa_profile_hook (int label_no) 64-bit code to avoid having to provide DImode versions of the lcla2 and load_offset_label_address insn patterns. */ rtx reg = gen_reg_rtx (SImode); - rtx label_rtx = gen_label_rtx (); + rtx_code_label *label_rtx = gen_label_rtx (); rtx begin_label_rtx, call_insn; char begin_label_name[16]; |