[llvm-commits] [llvm] r58760 - /llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Dan Gohman
gohman at apple.com
Wed Nov 5 09:16:24 PST 2008
Author: djg
Date: Wed Nov 5 11:16:24 2008
New Revision: 58760
URL: http://llvm.org/viewvc/llvm-project?rev=58760&view=rev
Log:
Reintroduce a comment that was removed with the AddToISelQueue
changes.
Modified:
llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Modified: llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp?rev=58760&r1=58759&r2=58760&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp Wed Nov 5 11:16:24 2008
@@ -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
More information about the llvm-commits
mailing list