Ensure that OptLevelChanger::SavedFastISel is initialized in the constructor.
This should be NFC - as the same 'same opt level' early-out is used in the destructor as well, so SavedFastISel is only actually referenced in the general case.
|  Differential  D73875  
[DAG] OptLevelChanger - fix uninitialized variable analyzer warning (PR44471) Authored by RKSimon on Feb 3 2020, 4:30 AM. 
Details Ensure that OptLevelChanger::SavedFastISel is initialized in the constructor. This should be NFC - as the same 'same opt level' early-out is used in the destructor as well, so SavedFastISel is only actually referenced in the general case. 
Diff Detail 
 |