diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-04-23 21:32:32 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-04-23 21:32:32 +0000 |
commit | 23b7a7032d79d755b2f06a24e0711471172f1088 (patch) | |
tree | b1aa4a8fe9f5201dadb0f878f190609b8da5f0d0 /include/llvm/ExecutionEngine | |
parent | 07f03923137a91e3cca5d7fc075a22f8c9baf33a (diff) | |
download | external_llvm-23b7a7032d79d755b2f06a24e0711471172f1088.zip external_llvm-23b7a7032d79d755b2f06a24e0711471172f1088.tar.gz external_llvm-23b7a7032d79d755b2f06a24e0711471172f1088.tar.bz2 |
Fixing typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ExecutionEngine')
-rw-r--r-- | include/llvm/ExecutionEngine/ExecutionEngine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ExecutionEngine/ExecutionEngine.h b/include/llvm/ExecutionEngine/ExecutionEngine.h index 13e80a1..07135b6 100644 --- a/include/llvm/ExecutionEngine/ExecutionEngine.h +++ b/include/llvm/ExecutionEngine/ExecutionEngine.h @@ -373,7 +373,7 @@ public: virtual void UnregisterJITEventListener(JITEventListener *) {} /// Sets the pre-compiled object cache. The ownership of the ObjectCache is - /// not changed. Supported by MCJIT by not JIT. + /// not changed. Supported by MCJIT but not JIT. virtual void setObjectCache(ObjectCache *) { llvm_unreachable("No support for an object cache"); } |