mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Delete trailing whitespace; NFC
llvm-svn: 255147
This commit is contained in:
parent
cd4a1a051d
commit
f1615f5295
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user