summaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-17 06:18:37 -0800
committerYamaArashi <shadow962@live.com>2016-02-17 06:18:37 -0800
commit9cc5f8edb21ac07bff87def5155ee71dff449e37 (patch)
treeb75b0eb06bf733811e4f54bd28dd6fa93fa8f485 /gcc/flow.c
parent75ff61fd74b379f7278b1042e269ea3a6ee66518 (diff)
get rid of PTR macros
Diffstat (limited to 'gcc/flow.c')
-rwxr-xr-xgcc/flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 308c4c1..08db64d 100755
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -1627,7 +1627,7 @@ life_analysis_1 (f, nregs)
basic_block_new_live_at_end = (regset *)0;
basic_block_significant = (regset *)0;
- obstack_free (&flow_obstack, NULL_PTR);
+ obstack_free (&flow_obstack, NULL);
}
/* Subroutines of life analysis. */