From f665770d86146396c9969a3894215cbd0bc953c8 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Mon, 13 Feb 2017 13:16:46 +0000 Subject: Revert "Increased the type size for the stop-after-n-instructions option to a…" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/Core/Executor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index f8211bfe..c369b864 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -290,7 +290,7 @@ namespace { clEnumValEnd), cl::ZeroOrMore); - cl::opt + cl::opt StopAfterNInstructions("stop-after-n-instructions", cl::desc("Stop execution after specified number of instructions (default=0 (off))"), cl::init(0)); -- cgit 1.4.1