Commit access test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167144 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Amara Emerson 2012-10-31 17:35:12 +00:00
parent 03b4f06553
commit 9f74bc9e77

View 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.