From 5effb5c6a161c1bdbdd9585dfdc97a6105e3df66 Mon Sep 17 00:00:00 2001 From: rdivacky Date: Thu, 15 Oct 2009 07:47:49 +0000 Subject: Update llvm to r84175. --- include/llvm/ExecutionEngine/JITMemoryManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/ExecutionEngine/JITMemoryManager.h') diff --git a/include/llvm/ExecutionEngine/JITMemoryManager.h b/include/llvm/ExecutionEngine/JITMemoryManager.h index 21dee55..9f6fb63 100644 --- a/include/llvm/ExecutionEngine/JITMemoryManager.h +++ b/include/llvm/ExecutionEngine/JITMemoryManager.h @@ -149,7 +149,7 @@ public: /// CheckInvariants - For testing only. Return true if all internal /// invariants are preserved, or return false and set ErrorStr to a helpful /// error message. - virtual bool CheckInvariants(std::string &ErrorStr) { + virtual bool CheckInvariants(std::string &) { return true; } -- cgit v1.1