summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-07 11:21:42 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-07 11:21:42 +0000
commitdfe327f749337906c2a60d807ac24b47caaf6273 (patch)
tree9f7e1412930262fcdf1c1e68fa86e32c8a7b3e53 /include
parent2665f321ad26f3948ca8fbb51fef54e02246798a (diff)
downloadllvm-dfe327f749337906c2a60d807ac24b47caaf6273.tar.gz
llvm-dfe327f749337906c2a60d807ac24b47caaf6273.tar.bz2
llvm-dfe327f749337906c2a60d807ac24b47caaf6273.tar.xz
Whitespace cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196654 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ExecutionEngine/ExecutionEngine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/ExecutionEngine/ExecutionEngine.h b/include/llvm/ExecutionEngine/ExecutionEngine.h
index 233084dd50..ee43cbcf0e 100644
--- a/include/llvm/ExecutionEngine/ExecutionEngine.h
+++ b/include/llvm/ExecutionEngine/ExecutionEngine.h
@@ -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