OSDN Git Service

[NFC] Change cast from r332739 to a static cast
authorJessica Paquette <jpaquette@apple.com>
Fri, 18 May 2018 20:04:21 +0000 (20:04 +0000)
committerJessica Paquette <jpaquette@apple.com>
Fri, 18 May 2018 20:04:21 +0000 (20:04 +0000)
commitc2e06bab45f13ac26168b1688fea1cc2c41cd4cd
treefacab3c70234d253e98d40535d500d72fe00705f
parenta68d4cc279c95047d876ea5227b923b9e4d95198
[NFC] Change cast from r332739 to a static cast

The casts in the delta computation for size remarks should have
been static casts. This fixes that.

Thanks to Dávid Bolvanský for pointing that out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332758 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/LegacyPassManager.cpp