diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2021-08-09 19:00:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 19:00:53 -0400 |
commit | 1cff637716dcc2e5fff74c7bedb7ae0da0eb5b47 (patch) | |
tree | b6fa7e80495b6988cefb2ee4294a2bba95d9358a /gcc_arm/gcse.c | |
parent | bd1b2f511edfb30610b8d88f66f80323b3cc0aee (diff) | |
parent | 5297ebf5085b236d8735c6722034dc5a782c2b0e (diff) |
Merge pull request #39 from luckytyphlosion/master
Fix builds on xcode 12+
Diffstat (limited to 'gcc_arm/gcse.c')
-rwxr-xr-x | gcc_arm/gcse.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc_arm/gcse.c b/gcc_arm/gcse.c index a91068a..facc748 100755 --- a/gcc_arm/gcse.c +++ b/gcc_arm/gcse.c @@ -5168,9 +5168,8 @@ invalidate_nonnull_info (x, setter) This could probably be integrated with global cprop with a little work. */ void -delete_null_pointer_checks (f, pass) +delete_null_pointer_checks (f) rtx f; - int pass; { int_list_ptr *s_preds, *s_succs; int *num_preds, *num_succs; |