From 92e1bf7b665a7f5ec682becb78e014e62d10beec Mon Sep 17 00:00:00 2001 From: Daniel Dunbar 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Core/Executor.cpp') 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 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 -- cgit 1.4.1