From 0e2ac5bcdbffaae68a48d74ff71e8774d27df7ef Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sun, 29 Apr 2012 12:40:47 +0000 Subject: Fix some formatting, grammar and style issues and add a couple of missing comments. llvm-svn: 155793 --- llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/ExecutionEngine/JIT') diff --git a/llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp b/llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp index 2d1775c05c1..7be6ef8cba9 100644 --- a/llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp +++ b/llvm/lib/ExecutionEngine/JIT/JITMemoryManager.cpp @@ -852,7 +852,7 @@ static int jit_noop() { /// for resolving library symbols, not code generated symbols. /// void *DefaultJITMemoryManager::getPointerToNamedFunction(const std::string &Name, - bool AbortOnFailure) { + bool AbortOnFailure) { // Check to see if this is one of the functions we want to intercept. Note, // we cast to intptr_t here to silence a -pedantic warning that complains // about casting a function pointer to a normal pointer. -- cgit v1.2.3