mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[InstCombine] fix formatting; NFC
llvm-svn: 340790
This commit is contained in:
parent
03eb14a1a6
commit
fcc0556b47
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user