From: Lang Hames Date: Sat, 5 Dec 2015 01:44:20 +0000 (+0000) Subject: Whitespace. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=830355b8521ba547c5bbb7e5225f362af62db0e8 Whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254821 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h b/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h index 3bfff059110..aa75b3f46b4 100644 --- a/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h +++ b/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h @@ -202,7 +202,7 @@ private: sys::Memory::MF_READ | sys::Memory::MF_EXEC); assert(!EC && "Failed to mprotect trampoline block"); - + TrampolineBlocks.push_back(std::move(TrampolineBlock)); } @@ -404,7 +404,7 @@ void moveGlobalVariableInitializer(GlobalVariable &OrigGV, ValueMaterializer *Materializer = nullptr, GlobalVariable *NewGV = nullptr); -/// @brief Clone +/// @brief Clone GlobalAlias* cloneGlobalAliasDecl(Module &Dst, const GlobalAlias &OrigA, ValueToValueMapTy &VMap);