From: Sanjoy Das Date: Wed, 9 Dec 2015 20:33:45 +0000 (+0000) Subject: Delete trailing whitespace; NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9b40f2a9a5d77ca38eebe97b246aa15be78fef2e;p=oota-llvm.git Delete trailing whitespace; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255147 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Utils/CloneFunction.cpp b/lib/Transforms/Utils/CloneFunction.cpp index 465fc34f6f1..854a3b855f5 100644 --- a/lib/Transforms/Utils/CloneFunction.cpp +++ b/lib/Transforms/Utils/CloneFunction.cpp @@ -142,7 +142,7 @@ void llvm::CloneFunctionInto(Function *NewFunc, const Function *OldFunc, if (BB.hasAddressTaken()) { Constant *OldBBAddr = BlockAddress::get(const_cast(OldFunc), const_cast(&BB)); - VMap[OldBBAddr] = BlockAddress::get(NewFunc, CBB); + VMap[OldBBAddr] = BlockAddress::get(NewFunc, CBB); } // Note return instructions for the caller.