cfg.c (free_original_copy_tables): Replace second assignment of bb_copy = NULL by...
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Fri, 2 Sep 2016 17:00:38 +0000 (17:00 +0000)
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>
Fri, 2 Sep 2016 17:00:38 +0000 (17:00 +0000)
commitaf711c232d854adacd147897c1886cadeb4391f2
treef861e1581d7d078352272cec0469acbb05efbaed
parentafef664724424bd56b06bf3515c63aab8d1fca1c
cfg.c (free_original_copy_tables): Replace second assignment of bb_copy = NULL by bb_original = NULL.

2016-09-02  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

* cfg.c (free_original_copy_tables): Replace second assignment of
bb_copy = NULL by bb_original = NULL.

From-SVN: r239960
gcc/ChangeLog
gcc/cfg.c