From 1db84e57c583b05ed295b459b67418ddeb8eec57 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 5 Nov 2008 17:16:24 +0000 Subject: [PATCH] Reintroduce a comment that was removed with the AddToISelQueue changes. llvm-svn: 58760 --- lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp b/lib/Target/PowerPC/PPCISelDAGToDAG.cpp index c839121c33b..53d2da17b9e 100644 --- a/lib/Target/PowerPC/PPCISelDAGToDAG.cpp +++ b/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