[InstCombine] fix formatting; NFC

llvm-svn: 340790
This commit is contained in:
Sanjay Patel 2018-08-27 23:01:10 +00:00
parent e23e8a4f53
commit c615910be5
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ static Value *createMinMax(InstCombiner::BuilderTy &Builder,
/// Replace a select operand based on an equality comparison with the identity
/// constant of a binop.
static Instruction *foldSelectBinOpIdentity(SelectInst &Sel, const TargetLibraryInfo &TLI) {
static Instruction *foldSelectBinOpIdentity(SelectInst &Sel,
const TargetLibraryInfo &TLI) {
// The select condition must be an equality compare with a constant operand.
Value *X;
Constant *C;