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 | ee7f8b5f058174a55372159bc23088198e5f5991 (patch) | |
tree | 78a44e1b8720c6cea55976531b9390b14e247ae5 /lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | |
parent | e45f72c833a23602399605148c76b6debb3fabd2 (diff) | |
download | external_llvm-ee7f8b5f058174a55372159bc23088198e5f5991.tar.gz external_llvm-ee7f8b5f058174a55372159bc23088198e5f5991.tar.bz2 external_llvm-ee7f8b5f058174a55372159bc23088198e5f5991.zip |
grammar tweaks
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107489 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/LegalizeDAG.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index 8fb4654853..961a4c52b6 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/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, |