[NFC] StackProtector: be consistent and to initialize DominatorTreeWrapperPass
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 27 Jan 2021 14:07:43 +0000 (17:07 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 27 Jan 2021 15:32:35 +0000 (18:32 +0300)
commit4de3bdd65fb1d8efe6e100b343b076e7ea9840c8
tree938d964f44b6a0925db784e800ebf095e2c2abc2
parentadd98b2462906a8b81f425cc820c0d165bf6ceca
[NFC] StackProtector: be consistent and to initialize DominatorTreeWrapperPass

We already ask for it, so it might be good to ensure that it is
actually initialized before us. Doesn't seem to matter in practice though.
llvm/lib/CodeGen/StackProtector.cpp