git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268790
91177308-0d34-0410-b5e6-
96231b3b80d8
Value *CallTarget = CS.getCalledValue();
if (Function *F = dyn_cast<Function>(CallTarget)) {
if (F->getIntrinsicID() == Intrinsic::experimental_deoptimize) {
- // Calls to llvm.experimental.deoptimize are lowered to calls the the
+ // Calls to llvm.experimental.deoptimize are lowered to calls to the
// __llvm_deoptimize symbol. We want to resolve this now, since the
// verifier does not allow taking the address of an intrinsic function.