diff options
author | Chris Lattner <sabre@nondot.org> | 2005-05-12 23:24:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-05-12 23:24:44 +0000 |
commit | d34cd28aa749b622add9bfbfa0d0db8059a4aa25 (patch) | |
tree | c0c9eb9fc8ad3af5664d6e7eb5e3039021771b3f /llvm/lib/CodeGen | |
parent | 2dce7037109dd17d299ec0026b5b4a10ecf6621c (diff) | |
download | bcm5719-llvm-d34cd28aa749b622add9bfbfa0d0db8059a4aa25.tar.gz bcm5719-llvm-d34cd28aa749b622add9bfbfa0d0db8059a4aa25.zip |
update comment
llvm-svn: 21916
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index b2a3ac97b91..67b26dca9de 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp @@ -326,7 +326,7 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) { case ISD::CALLSEQ_START: case ISD::CALLSEQ_END: Tmp1 = LegalizeOp(Node->getOperand(0)); // Legalize the chain. - // There is no need to legalize the size argument (Operand #1) + // Do not try to legalize the target-specific arguments (#1+) Tmp2 = Node->getOperand(0); if (Tmp1 != Tmp2) { Node->setAdjCallChain(Tmp1); |