diff options
| author | Dan Gohman <gohman@apple.com> | 2008-11-05 17:16:24 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-11-05 17:16:24 +0000 |
| commit | 7a638a8c7eba4847bdbce0f25704954eee92a92d (patch) | |
| tree | 8ebf61d964aecc3db8518b37b4ef390adfb5ef27 /llvm/lib | |
| parent | 22079067e12da6f6893340996be3fea8d9ad6ce6 (diff) | |
| download | bcm5719-llvm-7a638a8c7eba4847bdbce0f25704954eee92a92d.tar.gz bcm5719-llvm-7a638a8c7eba4847bdbce0f25704954eee92a92d.zip | |
Reintroduce a comment that was removed with the AddToISelQueue
changes.
llvm-svn: 58760
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index c839121c33b..53d2da17b9e 100644 --- a/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp +++ b/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp @@ -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 |

