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 | 128b52d3d75f4b74367de43e891cd98b5a9b5483 (patch) | |
tree | d1b434951b74500ecd000c6835f32340211694ba /lib/CodeGen | |
parent | 16cd04d26c53c6f81313cafb85f6c0e7a07cdff6 (diff) |
update comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21916 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index b2a3ac97b9..67b26dca9d 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/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); |