From 617d4a8199c294228ef427dc6241b4d099fd8caf Mon Sep 17 00:00:00 2001 From: Nicola Zaghen Date: Mon, 14 May 2018 08:24:29 +0000 Subject: [PATCH] Test commit access. Remove trailing whitespace. llvm-svn: 332220 --- llvm/lib/Transforms/Utils/CloneFunction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/Utils/CloneFunction.cpp b/llvm/lib/Transforms/Utils/CloneFunction.cpp index 2da3f71..956514d 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 &ToClone); }; -- 2.7.4