Skip to content

Commit ba68836

Browse files
committed
Formatting
Change-Id: I2c418b8e5bf7fed050ee77515a73fa4368a1ea7d
1 parent 1c0d464 commit ba68836

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3578,7 +3578,6 @@ Value *InstCombinerImpl::foldAndOrOfICmps(ICmpInst *LHS, ICmpInst *RHS,
35783578
return foldAndOrOfICmpsUsingRanges(LHS, RHS, IsAnd);
35793579
}
35803580

3581-
35823581
// A decomposition of ((X & Mask) * Factor). The NUW / NSW bools
35833582
// track these properities for preservation. Note that we can decompose
35843583
// equivalent select form of this expression (e.g. (!(X & Mask) ? 0 : Mask *

0 commit comments

Comments
 (0)