diff options
author | Fangrui Song <maskray@google.com> | 2018-03-30 22:22:31 +0000 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2018-03-30 22:22:31 +0000 |
commit | 956ee797955c852e4055194a82c78a3ba3519128 (patch) | |
tree | 0f62758f53dcebc02681222e6ab6cb3770be3da5 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | dedda6fafe87ef5e042da01480a766c22a7dee4a (diff) | |
download | bcm5719-llvm-956ee797955c852e4055194a82c78a3ba3519128.tar.gz bcm5719-llvm-956ee797955c852e4055194a82c78a3ba3519128.zip |
Fix a bunch of typoes. NFC
llvm-svn: 328907
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index e6e07e8f111..c40b443ed0c 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -2300,7 +2300,7 @@ bool SelectionDAGISel::IsLegalToFold(SDValue N, SDNode *U, SDNode *Root, // If Root use can somehow reach N through a path that that doesn't contain // U then folding N would create a cycle. e.g. In the following - // diagram, Root can reach N through X. If N is folded into into Root, then + // diagram, Root can reach N through X. If N is folded into Root, then // X is both a predecessor and a successor of U. // // [N*] // |