commit | a1fb67a415730725d7df9fe1b6e8f1149ae9c361 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Nov 05 17:16:24 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Nov 05 17:16:24 2008 +0000 |
tree | 93dc816bfcf42508ed253bd5f7dbc3703dbf490f | |
parent | cb4e4a95922e839b67502d65474b28cab5291eae [diff] [blame] |
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
diff --git a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index c839121..53d2da1 100644 --- a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp +++ b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
@@ -1069,6 +1069,7 @@ 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