summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/CloneFunction.cpp
diff options
context:
space:
mode:
authorNicola Zaghen <nicola.zaghen@imgtec.com>2018-05-14 08:24:29 +0000
committerNicola Zaghen <nicola.zaghen@imgtec.com>2018-05-14 08:24:29 +0000
commit617d4a8199c294228ef427dc6241b4d099fd8caf (patch)
tree1644e7bb808a9f81c2a57365f90f73c3d52f1b08 /llvm/lib/Transforms/Utils/CloneFunction.cpp
parentbce36770b7c5d9e2400216902fe2c27759079eb7 (diff)
downloadbcm5719-llvm-617d4a8199c294228ef427dc6241b4d099fd8caf.tar.gz
bcm5719-llvm-617d4a8199c294228ef427dc6241b4d099fd8caf.zip
Test commit access.
Remove trailing whitespace. llvm-svn: 332220
Diffstat (limited to 'llvm/lib/Transforms/Utils/CloneFunction.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/CloneFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/CloneFunction.cpp b/llvm/lib/Transforms/Utils/CloneFunction.cpp
index 2da3f719a97..956514db420 100644
--- a/llvm/lib/Transforms/Utils/CloneFunction.cpp
+++ b/llvm/lib/Transforms/Utils/CloneFunction.cpp
@@ -275,7 +275,7 @@ namespace {
/// The specified block is found to be reachable, clone it and
/// anything that it can reach.
- void CloneBlock(const BasicBlock *BB,
+ void CloneBlock(const BasicBlock *BB,
BasicBlock::const_iterator StartingInst,
std::vector<const BasicBlock*> &ToClone);
};
OpenPOWER on IntegriCloud