[llvm-commits] [llvm] r167144 - /llvm/trunk/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h

Amara Emerson amara.emerson at arm.com
Wed Oct 31 10:35:12 PDT 2012


Author: aemerson
Date: Wed Oct 31 12:35:12 2012
New Revision: 167144

URL: http://llvm.org/viewvc/llvm-project?rev=167144&view=rev
Log:
Commit access test.

Modified:
    llvm/trunk/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h

Modified: llvm/trunk/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h?rev=167144&r1=167143&r2=167144&view=diff
==============================================================================
--- llvm/trunk/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h (original)
+++ llvm/trunk/unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h Wed Oct 31 12:35:12 2012
@@ -52,6 +52,7 @@
   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.





More information about the llvm-commits mailing list