]> granicus.if.org Git - llvm/commitdiff
[IndirectCallPromotion] Remove duplicate comment. NFC
authorAdam Nemet <anemet@apple.com>
Mon, 9 May 2016 23:03:06 +0000 (23:03 +0000)
committerAdam Nemet <anemet@apple.com>
Mon, 9 May 2016 23:03:06 +0000 (23:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268986 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/IndirectCallPromotion.cpp

index 87df5121b20a79bd1e15aadf709a533dacc7e210..e83e9da66ace3e9b2e3ef0c575254da04874c61e 100644 (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,