Commit access test.
authorAmara Emerson <amara.emerson@arm.com>
Wed, 31 Oct 2012 17:35:12 +0000 (17:35 +0000)
committerAmara Emerson <amara.emerson@arm.com>
Wed, 31 Oct 2012 17:35:12 +0000 (17:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167144 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h

index fb6c0348b14f996bbcceade912afe574c8b1a2ca..e44217c906389100293b6519a5053581ca18226b 100644 (file)
@@ -52,6 +52,7 @@ private:
   SmallVector<sys::MemoryBlock, 16> FreeCodeMem;
 
 public:
+
   ///
   /// Functions below are not used by MCJIT, but must be implemented because
   /// they are declared as pure virtuals in the base class.