From 0e92811fe7ba7b98425391ef8f8995174afc4f74 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Mon, 11 Mar 2019 12:24:43 +0000 Subject: Removed unneeded and confusing disable-opt option, reformatted Optimize() function and updated some .ll tests to use --optimize=false instead of --disable-opt --- test/Feature/ConstantArray.leq36.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Feature/ConstantArray.leq36.ll') diff --git a/test/Feature/ConstantArray.leq36.ll b/test/Feature/ConstantArray.leq36.ll index a4986ff4..e1664e05 100644 --- a/test/Feature/ConstantArray.leq36.ll +++ b/test/Feature/ConstantArray.leq36.ll @@ -1,7 +1,7 @@ ; REQUIRES: lt-llvm-3.7 ; RUN: llvm-as %s -f -o %t1.bc ; RUN: rm -rf %t.klee-out -; RUN: %klee --output-dir=%t.klee-out -disable-opt %t1.bc 2>&1 | FileCheck %s +; RUN: %klee --output-dir=%t.klee-out --optimize=false %t1.bc 2>&1 | FileCheck %s target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" -- cgit 1.4.1