aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/MCJIT.h
diff options
context:
space:
mode:
authorEli Bendersky <eli.bendersky@intel.com>2012-04-29 10:26:26 +0000
committerEli Bendersky <eli.bendersky@intel.com>2012-04-29 10:26:26 +0000
commitbbd8e5d79ac4cdc5d205230eac88f69fd309df53 (patch)
treede2459acc9db80704d8581162e026fb38f03bdc9 /include/llvm/ExecutionEngine/MCJIT.h
parentdb0bbdea472d547b3183d8b365752b3002517407 (diff)
Fix comments from copy-paste to a more relevant meaning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155790 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ExecutionEngine/MCJIT.h')
-rw-r--r--include/llvm/ExecutionEngine/MCJIT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ExecutionEngine/MCJIT.h b/include/llvm/ExecutionEngine/MCJIT.h
index f956a5029b..ac16bdc7df 100644
--- a/include/llvm/ExecutionEngine/MCJIT.h
+++ b/include/llvm/ExecutionEngine/MCJIT.h
@@ -23,7 +23,7 @@ extern "C" void LLVMLinkInMCJIT();
namespace {
struct ForceMCJITLinking {
ForceMCJITLinking() {
- // We must reference the passes in such a way that compilers will not
+ // We must reference MCJIT in such a way that compilers will not
// delete it all as dead code, even with whole program optimization,
// yet is effectively a NO-OP. As the compiler isn't smart enough
// to know that getenv() never returns -1, this will do the job.