From: Sanjoy Das Date: Fri, 6 May 2016 20:39:33 +0000 (+0000) Subject: [RS4GC] Fix typo in comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8e14421904d72853de582f171361cf25c1bfe5c;p=llvm [RS4GC] Fix typo in comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268790 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp b/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp index 70c057d6a3c..6603f677981 100644 --- a/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp +++ b/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp @@ -1349,7 +1349,7 @@ makeStatepointExplicitImpl(const CallSite CS, /* to replace */ Value *CallTarget = CS.getCalledValue(); if (Function *F = dyn_cast(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.