mirror of https://github.com/llvm/circt.git
[CombFolds] Fix a typo in a comment, NFC
This commit is contained in:
parent
a784585073
commit
3a8733e88f
|
@ -1453,7 +1453,7 @@ LogicalResult XorOp::canonicalize(XorOp op, PatternRewriter &rewriter) {
|
|||
}
|
||||
}
|
||||
|
||||
// and(x, and(...)) -> and(x, ...) -- flatten
|
||||
// xor(x, xor(...)) -> xor(x, ...) -- flatten
|
||||
if (tryFlatteningOperands(op, rewriter))
|
||||
return success();
|
||||
|
||||
|
|
Loading…
Reference in New Issue