OSDN Git Service

[InstCombine] Remove Builder argument from InstCombiner::tryFactorization. NFC
authorCraig Topper <craig.topper@intel.com>
Thu, 6 Jul 2017 18:35:52 +0000 (18:35 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 6 Jul 2017 18:35:52 +0000 (18:35 +0000)
commit1de5e7045e99f863c4742a97d4953edadaa8304f
tree1603a0f636bd954e5378a6868866719be0ef83fb
parent9c4186602a9c2d78f6e3ff83ffbd1417f6f20b7f
[InstCombine] Remove Builder argument from InstCombiner::tryFactorization. NFC

Builder is already a member of the InstCombiner class so we can use it with passing it.

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