diff options
| author | Jim Grosbach <grosbach@apple.com> | 2010-07-02 17:38:34 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2010-07-02 17:38:34 +0000 |
| commit | 64a4f3f06243726cbb506ab1c4851aa120be9068 (patch) | |
| tree | 324e13e1145b50b81c9629e54aa9e4c880d5c45b /llvm/lib/CodeGen | |
| parent | 771d04b9694df21f131a9239e252d4d82cce3d2b (diff) | |
| download | bcm5719-llvm-64a4f3f06243726cbb506ab1c4851aa120be9068.tar.gz bcm5719-llvm-64a4f3f06243726cbb506ab1c4851aa120be9068.zip | |
grammar tweaks
llvm-svn: 107489
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index 8fb46548531..961a4c52b65 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp @@ -1007,11 +1007,11 @@ SDValue SelectionDAGLegalize::LegalizeOp(SDValue Op) { NodesLeadingTo); } - // Now that we legalized all of the inputs (which may have inserted - // libcalls) create the new CALLSEQ_START node. + // Now that we have legalized all of the inputs (which may have inserted + // libcalls), create the new CALLSEQ_START node. Tmp1 = LegalizeOp(Node->getOperand(0)); // Legalize the chain. - // Merge in the last call, to ensure that this call start after the last + // Merge in the last call to ensure that this call starts after the last // call ended. if (LastCALLSEQ_END.getOpcode() != ISD::EntryToken) { Tmp1 = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, |

