1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Reintroduce a comment that was removed with the AddToISelQueue

changes.

llvm-svn: 58760
This commit is contained in:
Dan Gohman 2008-11-05 17:16:24 +00:00
parent d308ef44f6
commit 1db84e57c5

View File

@ -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