summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-08-30 21:54:03 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-08-30 21:54:03 +0000
commitfe933eb8f67879409661a8123202a1dab1baf68e (patch)
tree706b8ebc3f5295c35f33c6ee40329fb07f87e033 /llvm/lib/ExecutionEngine
parent4d30f90e3593f7d8f3a795ac435423fed3c4aa89 (diff)
downloadbcm5719-llvm-fe933eb8f67879409661a8123202a1dab1baf68e.tar.gz
bcm5719-llvm-fe933eb8f67879409661a8123202a1dab1baf68e.zip
Fix a comment.
llvm-svn: 112535
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/JIT/Intercept.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/Intercept.cpp b/llvm/lib/ExecutionEngine/JIT/Intercept.cpp
index c8872e433f3..274f816f39e 100644
--- a/llvm/lib/ExecutionEngine/JIT/Intercept.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/Intercept.cpp
@@ -108,7 +108,7 @@ void *JIT::getPointerToNamedFunction(const std::string &Name,
if (Name == "exit") return (void*)(intptr_t)&jit_exit;
if (Name == "atexit") return (void*)(intptr_t)&jit_atexit;
- // We shuold not invoke parent's ctors/dtors from main()! (PR3897)
+ // We should not invoke parent's ctors/dtors from generated main()!
// On Mingw and Cygwin, the symbol __main is resolved to
// callee's(eg. tools/lli) one, to invoke wrong duplicated ctors
// (and register wrong callee's dtors with atexit(3)).
OpenPOWER on IntegriCloud