OSDN Git Service

Whitespace.
authorLang Hames <lhames@gmail.com>
Sat, 5 Dec 2015 01:44:20 +0000 (01:44 +0000)
committerLang Hames <lhames@gmail.com>
Sat, 5 Dec 2015 01:44:20 +0000 (01:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254821 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/Orc/IndirectionUtils.h

index 3bfff05..aa75b3f 100644 (file)
@@ -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);