mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-21 03:32:29 +00:00
Add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63506 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
67ad9db15b
commit
961d6d4ac0
@ -5366,6 +5366,8 @@ static bool isAndOrOfSetCCs(SDValue Op, unsigned &Opc) {
|
||||
Op.getOperand(1).hasOneUse());
|
||||
}
|
||||
|
||||
// isXor1OfSetCC - Return true if node is an ISD::XOR of a X86ISD::SETCC and
|
||||
// 1 and that the SETCC node has a single use.
|
||||
static bool isXor1OfSetCC(SDValue Op) {
|
||||
if (Op.getOpcode() != ISD::XOR)
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user