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 | cafd7221ff055706e108f6c2d992bacb6b97f8e9 (patch) | |
| tree | 78a44e1b8720c6cea55976531b9390b14e247ae5 | |
| parent | 3477c87be5b32ca1348a53666e688b3d249eabd3 (diff) | |
| download | external_llvm-cafd7221ff055706e108f6c2d992bacb6b97f8e9.zip external_llvm-cafd7221ff055706e108f6c2d992bacb6b97f8e9.tar.gz external_llvm-cafd7221ff055706e108f6c2d992bacb6b97f8e9.tar.bz2 | |
grammar tweaks
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107489 91177308-0d34-0410-b5e6-96231b3b80d8
| -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 8fb4654..961a4c5 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, |
