diff options
author | YamaArashi <shadow962@live.com> | 2016-02-17 06:18:37 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-17 06:18:37 -0800 |
commit | 9cc5f8edb21ac07bff87def5155ee71dff449e37 (patch) | |
tree | b75b0eb06bf733811e4f54bd28dd6fa93fa8f485 /gcc/flow.c | |
parent | 75ff61fd74b379f7278b1042e269ea3a6ee66518 (diff) |
get rid of PTR macros
Diffstat (limited to 'gcc/flow.c')
-rwxr-xr-x | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |