[RS4GC] Fix typo in comment

llvm-svn: 268790
This commit is contained in:
Sanjoy Das 2016-05-06 20:39:33 +00:00
parent d4e075be63
commit 091fcfa3a7
1 changed files with 1 additions and 1 deletions

View 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.