diff options
| author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-17 12:29:38 +0000 |
|---|---|---|
| committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-17 12:29:38 +0000 |
| commit | 8f976ba0bf81a890e4690aa923df2f0f0346ae49 (patch) | |
| tree | 69e6f2fe27e8823236b1d036bea7a9d32ee8ff37 /llvm/lib/CodeGen/ImplicitNullChecks.cpp | |
| parent | 3efd1c516c6f85daccb8670b627ecd32091c8d7a (diff) | |
| download | bcm5719-llvm-8f976ba0bf81a890e4690aa923df2f0f0346ae49.tar.gz bcm5719-llvm-8f976ba0bf81a890e4690aa923df2f0f0346ae49.zip | |
[NFC] fix trivial typos in comments
"the the" -> "the"
llvm-svn: 322636
Diffstat (limited to 'llvm/lib/CodeGen/ImplicitNullChecks.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/ImplicitNullChecks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ImplicitNullChecks.cpp b/llvm/lib/CodeGen/ImplicitNullChecks.cpp index 308b6d293d3..a10bb019926 100644 --- a/llvm/lib/CodeGen/ImplicitNullChecks.cpp +++ b/llvm/lib/CodeGen/ImplicitNullChecks.cpp @@ -198,7 +198,7 @@ class ImplicitNullChecks : public MachineFunctionPass { SuitabilityResult isSuitableMemoryOp(MachineInstr &MI, unsigned PointerReg, ArrayRef<MachineInstr *> PrevInsts); - /// Return true if \p FaultingMI can be hoisted from after the the + /// Return true if \p FaultingMI can be hoisted from after the /// instructions in \p InstsSeenSoFar to before them. Set \p Dependence to a /// non-null value if we also need to (and legally can) hoist a depedency. bool canHoistInst(MachineInstr *FaultingMI, unsigned PointerReg, |

