From: Adam Nemet Date: Mon, 9 May 2016 23:03:06 +0000 (+0000) Subject: [IndirectCallPromotion] Remove duplicate comment. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d9efa72ab34336651ebade80d338eed911c3b3a;p=llvm [IndirectCallPromotion] Remove duplicate comment. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268986 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp b/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp index 87df5121b20..e83e9da66ac 100644 --- a/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp +++ b/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp @@ -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,