diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-12-09 20:33:45 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-12-09 20:33:45 +0000 |
commit | 1f8fd888735ed94f796d3f16e192471813207371 (patch) | |
tree | 9045b2e69d0acefecec91fb7bcdc7338e08f1174 /llvm/lib/Transforms/Utils/CloneFunction.cpp | |
parent | af9e93183dc594f39a04bb5187cd849ad00b7e80 (diff) | |
download | bcm5719-llvm-1f8fd888735ed94f796d3f16e192471813207371.tar.gz bcm5719-llvm-1f8fd888735ed94f796d3f16e192471813207371.zip |
Delete trailing whitespace; NFC
llvm-svn: 255147
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneFunction.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/CloneFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/CloneFunction.cpp b/llvm/lib/Transforms/Utils/CloneFunction.cpp index 465fc34f6f1..854a3b855f5 100644 --- a/llvm/lib/Transforms/Utils/CloneFunction.cpp +++ b/llvm/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<Function*>(OldFunc), const_cast<BasicBlock*>(&BB)); - VMap[OldBBAddr] = BlockAddress::get(NewFunc, CBB); + VMap[OldBBAddr] = BlockAddress::get(NewFunc, CBB); } // Note return instructions for the caller. |