mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Whitespace cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196654 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -232,7 +232,7 @@ public:
|
||||
///
|
||||
/// This function is deprecated for the MCJIT execution engine.
|
||||
///
|
||||
/// FIXME: the JIT and MCJIT interfaces should be disentangled or united
|
||||
/// FIXME: the JIT and MCJIT interfaces should be disentangled or united
|
||||
/// again, if possible.
|
||||
///
|
||||
virtual void *getPointerToNamedFunction(const std::string &Name,
|
||||
@@ -550,7 +550,7 @@ public:
|
||||
WhichEngine = w;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
/// setMCJITMemoryManager - Sets the MCJIT memory manager to use. This allows
|
||||
/// clients to customize their memory allocation policies for the MCJIT. This
|
||||
/// is only appropriate for the MCJIT; setting this and configuring the builder
|
||||
|
Reference in New Issue
Block a user