diff options
| author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-19 10:55:29 +0000 |
|---|---|---|
| committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-19 10:55:29 +0000 |
| commit | d24ddcd6c48d29035016a75c6d7ff73d0669e43e (patch) | |
| tree | a7a90a659342a44b1b557c5346a2e17c41402eba /llvm/lib/Transforms/IPO | |
| parent | 5045eaf9b961b85f383c9270b1e0e61ed206939b (diff) | |
| download | bcm5719-llvm-d24ddcd6c48d29035016a75c6d7ff73d0669e43e.tar.gz bcm5719-llvm-d24ddcd6c48d29035016a75c6d7ff73d0669e43e.zip | |
[NFC] fix trivial typos in comments
"the the" -> "the"
llvm-svn: 322934
Diffstat (limited to 'llvm/lib/Transforms/IPO')
| -rw-r--r-- | llvm/lib/Transforms/IPO/PartialInlining.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/PartialInlining.cpp b/llvm/lib/Transforms/IPO/PartialInlining.cpp index 9b1a61ffb3d..fc1f2874f85 100644 --- a/llvm/lib/Transforms/IPO/PartialInlining.cpp +++ b/llvm/lib/Transforms/IPO/PartialInlining.cpp @@ -217,7 +217,7 @@ struct PartialInlinerImpl { // outline function due to code size. std::pair<bool, Function *> unswitchFunction(Function *F); - // This class speculatively clones the the function to be partial inlined. + // This class speculatively clones the function to be partial inlined. // At the end of partial inlining, the remaining callsites to the cloned // function that are not partially inlined will be fixed up to reference // the original function, and the cloned function will be erased. |

