summaryrefslogtreecommitdiff
path: root/gcc/config/m32r/m32r.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m32r/m32r.md')
-rw-r--r--gcc/config/m32r/m32r.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/m32r/m32r.md b/gcc/config/m32r/m32r.md
index 84cf4f954e0..b33f624edde 100644
--- a/gcc/config/m32r/m32r.md
+++ b/gcc/config/m32r/m32r.md
@@ -2354,7 +2354,7 @@
"
{
if (flag_pic)
- current_function_uses_pic_offset_table = 1;
+ crtl->uses_pic_offset_table = 1;
}")
(define_insn "*call_via_reg"
@@ -2409,7 +2409,7 @@
"
{
if (flag_pic)
- current_function_uses_pic_offset_table = 1;
+ crtl->uses_pic_offset_table = 1;
}")
(define_insn "*call_value_via_reg"
@@ -2433,7 +2433,7 @@
int call26_p = call26_operand (operands[1], FUNCTION_MODE);
if (flag_pic)
- current_function_uses_pic_offset_table = 1;
+ crtl->uses_pic_offset_table = 1;
if (! call26_p)
{