OSDN Git Service

[InstCombine] fix function names; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 29 Sep 2016 22:18:30 +0000 (22:18 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 29 Sep 2016 22:18:30 +0000 (22:18 +0000)
commit8a50db91a80bb2287be5b80a2de37d6454067f26
tree547670e703dec92354445877988d109f652a09e4
parentd4dee422c4e24835fa5eef493f5574fce138a2b3
[InstCombine] fix function names; NFC

Also, make foldSelectExtConst() a member of InstCombiner, remove
unnecessary parameters from its interface, and group visitSelectInst
helpers together in the header file.

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