mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-26 14:25:18 +00:00
Reintroduce a comment that was removed with the AddToISelQueue
changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58760 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
695ea6e57e
commit
cbb7ab259d
@ -1069,6 +1069,7 @@ SDNode *PPCDAGToDAGISel::Select(SDValue Op) {
|
||||
return CurDAG->SelectNodeTo(N, SelectCCOp, N->getValueType(0), Ops, 4);
|
||||
}
|
||||
case PPCISD::COND_BRANCH: {
|
||||
// Op #0 is the Chain.
|
||||
// Op #1 is the PPC::PRED_* number.
|
||||
// Op #2 is the CR#
|
||||
// Op #3 is the Dest MBB
|
||||
|
Loading…
x
Reference in New Issue
Block a user