Skip to content

Commit 47d21ad

Browse files
committed
Fix code formatting
1 parent 64a737e commit 47d21ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ static unsigned conjugateICmpMask(unsigned Mask) {
187187
}
188188

189189
// Adapts the external decomposeBitTest for local use.
190-
static bool decomposeBitTest(Value *Cond, CmpInst::Predicate &Pred,
191-
Value *&X, Value *&Y, Value *&Z) {
190+
static bool decomposeBitTest(Value *Cond, CmpInst::Predicate &Pred, Value *&X,
191+
Value *&Y, Value *&Z) {
192192
auto Res = llvm::decomposeBitTest(Cond, /*LookThroughTrunc=*/true,
193193
/*AllowNonZeroC=*/true);
194194
if (!Res)

0 commit comments

Comments
 (0)