From 92e1bf7b665a7f5ec682becb78e014e62d10beec Mon Sep 17 00:00:00 2001 From: Daniel Dunbar <daniel@zuster.org> Date: Sun, 14 Jun 2009 03:33:15 +0000 Subject: Add constant folding operations to ConstantExpr. - No (intended) functionality change. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73322 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Core/Executor.cpp | 2 +- lib/Core/Memory.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/Core') diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index 39c6d78a..2aae57c9 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -242,7 +242,7 @@ namespace { cl::opt<bool> MaxMemoryInhibit("max-memory-inhibit", - cl::desc("Inhibit forking at memory cap (vs. random terminat)"), + cl::desc("Inhibit forking at memory cap (vs. random terminate)"), cl::init(true)); // use 'external storage' because also needed by tools/klee/main.cpp diff --git a/lib/Core/Memory.cpp b/lib/Core/Memory.cpp index 9a79abfd..d8cf0bdb 100644 --- a/lib/Core/Memory.cpp +++ b/lib/Core/Memory.cpp @@ -61,8 +61,6 @@ ObjectHolder &ObjectHolder::operator=(const ObjectHolder &b) { int MemoryObject::counter = 0; -extern "C" void vc_DeleteExpr(void*); - MemoryObject::~MemoryObject() { } -- cgit 1.4.1