diff options
| author | Nicola Zaghen <nicola.zaghen@imgtec.com> | 2018-05-14 08:24:29 +0000 |
|---|---|---|
| committer | Nicola Zaghen <nicola.zaghen@imgtec.com> | 2018-05-14 08:24:29 +0000 |
| commit | 617d4a8199c294228ef427dc6241b4d099fd8caf (patch) | |
| tree | 1644e7bb808a9f81c2a57365f90f73c3d52f1b08 | |
| parent | bce36770b7c5d9e2400216902fe2c27759079eb7 (diff) | |
| download | bcm5719-llvm-617d4a8199c294228ef427dc6241b4d099fd8caf.tar.gz bcm5719-llvm-617d4a8199c294228ef427dc6241b4d099fd8caf.zip | |
Test commit access.
Remove trailing whitespace.
llvm-svn: 332220
| -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 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); }; |

