[IndirectCallPromotion] Remove duplicate comment. NFC

llvm-svn: 268986
This commit is contained in:
Adam Nemet 2016-05-09 23:03:06 +00:00
parent 4a8b17b9f3
commit 2a82eb3b94

View File

@ -454,7 +454,6 @@ static void fixupPHINodeForNormalDest(Instruction *Inst, BasicBlock *BB,
}
}
// Add a bitcast instruction to the direct-call return value if needed.
// Add a bitcast instruction to the direct-call return value if needed.
static Instruction *insertCallRetCast(const Instruction *Inst,
Instruction *DirectCallInst,