aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2020-02-04 10:51:48 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2020-02-04 10:54:33 +0000
commit3dd688a9eec238fd4e065e3b373cf6fa47e2184f (patch)
tree749378f1c4ddffc040ad6fb40115c51cbdabdbd6 /llvm/lib/CodeGen/MachineFunction.cpp
parentbf4d73e6f3e93cf2c92691a44cff52afc025942d (diff)
downloadllvm-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