diff options
author | Michael Eager <eager@eagercon.com> | 2022-10-22 16:23:16 -0700 |
---|---|---|
committer | Michael Eager <eager@eagercon.com> | 2022-10-22 16:34:05 -0700 |
commit | fef16c45198b6405e07325fd2f843a4f04ae86aa (patch) | |
tree | 7b3491f6714bbd207ba9e52d6c456c281375762e /gcc/gimple-loop-versioning.cc | |
parent | 423df44a090846b9c59650efb11745f07914f1d5 (diff) | |
download | gcc-fef16c45198b6405e07325fd2f843a4f04ae86aa.zip gcc-fef16c45198b6405e07325fd2f843a4f04ae86aa.tar.gz gcc-fef16c45198b6405e07325fd2f843a4f04ae86aa.tar.bz2 |
Fix uninitialized variable warnings.
Check for use of previously uninitialized variables; call gcc_unreachable().
Replace abort() with gcc_unreachable().
2022-10-22 Michael Eager <eager@eagercon.com>
gcc/
* config/microblaze/microblaze.cc
(microblaze_legitimize_address): Initialize 'reg' to NULL, check for NULL.
(microblaze_address_insns): Replace abort() with gcc_unreachable().
(print_operand_address): Same.
(microblaze_expand_move): Initialize 'p1' to NULL, check for NULL.
(get_branch_target): Replace abort() with gcc_unreachable().
Diffstat (limited to 'gcc/gimple-loop-versioning.cc')
0 files changed, 0 insertions, 0 deletions