From 091fcfa3a7632b6bbfbefdac84e0425d827d288c Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Fri, 6 May 2016 20:39:33 +0000 Subject: [RS4GC] Fix typo in comment llvm-svn: 268790 --- llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms') diff --git a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp b/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp index 70c057d6a3c..6603f677981 100644 --- a/llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp +++ b/llvm/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. -- cgit v1.2.3