]> granicus.if.org Git - llvm/commit
[InstCombine] No need to pass DataLayout to helper functions if we're passing the...
authorCraig Topper <craig.topper@intel.com>
Thu, 6 Jul 2017 23:18:43 +0000 (23:18 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 6 Jul 2017 23:18:43 +0000 (23:18 +0000)
commit239d9c373b7c6be7b67cb2f0e24cf8b1d56f4f5d
tree372558fd7705b5cf83ff291b8cf5311634f323c5
parent05cd772a60a277005bc2811ca506de74fcf96487
[InstCombine] No need to pass DataLayout to helper functions if we're passing the InstCombiner object. We can just ask it for the DataLayout. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307333 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCasts.cpp