[ModuleInliner] Remove a redundaunt variable (NFC)
authorKazu Hirata <kazu@google.com>
Fri, 16 Sep 2022 16:32:02 +0000 (09:32 -0700)
committerKazu Hirata <kazu@google.com>
Fri, 16 Sep 2022 16:32:02 +0000 (09:32 -0700)
commit42a90e6017b04f218a398b46c331fb5a8336433d
treed038022c00457094cd993b578214772fac0b839d
parent95c2c9c5c5a0d7512fc968e6a89c867336867bf9
[ModuleInliner] Remove a redundaunt variable (NFC)

In the CGSCC inliner, DidInline was used as an indicator to update the call graph.

In the module inliner, DidInline is always true at the end of the
"while" loop, so can just drop it.
llvm/lib/Transforms/IPO/ModuleInliner.cpp