[llvm] r268986 - [IndirectCallPromotion] Remove duplicate comment. NFC
Adam Nemet via llvm-commits
llvm-commits at lists.llvm.org
Mon May 9 16:03:06 PDT 2016
Author: anemet
Date: Mon May 9 18:03:06 2016
New Revision: 268986
URL: http://llvm.org/viewvc/llvm-project?rev=268986&view=rev
Log:
[IndirectCallPromotion] Remove duplicate comment. NFC
Modified:
llvm/trunk/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
Modified: llvm/trunk/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp?rev=268986&r1=268985&r2=268986&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp (original)
+++ llvm/trunk/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp Mon May 9 18:03:06 2016
@@ -455,7 +455,6 @@ static void fixupPHINodeForNormalDest(In
}
// 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,
Function *DirectCallee) {
More information about the llvm-commits
mailing list