aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-propagate.c
diff options
context:
space:
mode:
authorMatthias Kretz <m.kretz@gsi.de>2021-12-03 09:37:52 +0100
committerMatthias Kretz <m.kretz@gsi.de>2021-12-07 13:11:47 +0100
commitc93e704b9e0411f1db031df9716b9958307590e3 (patch)
treef0ca7198448457490849aedbdfc5513acc84ec20 /gcc/tree-ssa-propagate.c
parentba6bb287f03d42ab6c4f39ce99dcf94ec5113655 (diff)
downloadgcc-c93e704b9e0411f1db031df9716b9958307590e3.zip
gcc-c93e704b9e0411f1db031df9716b9958307590e3.tar.gz
gcc-c93e704b9e0411f1db031df9716b9958307590e3.tar.bz2
Fix hash_map::traverse overload
The hash_map::traverse overload taking a non-const Value pointer breaks if the callback returns false. The other overload should behave the same. Signed-off-by: Matthias Kretz <m.kretz@gsi.de> gcc/ChangeLog: * hash-map.h (hash_map::traverse): Let both overloads behave the same. * predict.c (assert_is_empty): Return true, thus not changing behavior.
Diffstat (limited to 'gcc/tree-ssa-propagate.c')
0 files changed, 0 insertions, 0 deletions