]> granicus.if.org Git - llvm/commitdiff
[RS4GC] Fix typo in comment
authorSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 6 May 2016 20:39:33 +0000 (20:39 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 6 May 2016 20:39:33 +0000 (20:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268790 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp

index 70c057d6a3c130dda83a9eb7f33e72a08a7f6873..6603f677981ec7a82aa0535b346f1baf5de296a3 100644 (file)
@@ -1349,7 +1349,7 @@ makeStatepointExplicitImpl(const CallSite CS, /* to replace */
   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.