diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-02-04 10:51:48 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-02-04 10:54:33 +0000 |
commit | 3dd688a9eec238fd4e065e3b373cf6fa47e2184f (patch) | |
tree | 749378f1c4ddffc040ad6fb40115c51cbdabdbd6 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | bf4d73e6f3e93cf2c92691a44cff52afc025942d (diff) | |
download | llvm-3dd688a9eec238fd4e065e3b373cf6fa47e2184f.zip llvm-3dd688a9eec238fd4e065e3b373cf6fa47e2184f.tar.gz llvm-3dd688a9eec238fd4e065e3b373cf6fa47e2184f.tar.bz2 |
[DAG] OptLevelChanger - fix uninitialized variable analyzer warning (PR44471)
Ensure that OptLevelChanger::SavedFastISel is initialized in the constructor.
This should be NFC - as the equivalent 'same opt level' early-out is used in the destructor as well, so SavedFastISel is only actually referenced in the general case.
Differential Revision: https://reviews.llvm.org/D73875
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions