From 26137f35958fa2237eceb06ef7003e3c19159129 Mon Sep 17 00:00:00 2001 From: Roman Divacky 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') diff --git a/include/llvm/ExecutionEngine/JITMemoryManager.h b/include/llvm/ExecutionEngine/JITMemoryManager.h index 21dee553474c9..9f6fb63fbe561 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.3