about summary refs log tree commit diff homepage
path: root/test/Feature/ConstantStruct.ll
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2019-03-11 12:24:43 +0000
committerMartinNowack <martin.nowack@gmail.com>2019-03-12 00:18:29 +0000
commit0e92811fe7ba7b98425391ef8f8995174afc4f74 (patch)
tree83f3732d021e49c1f6c6eecbab201b7a161f172b /test/Feature/ConstantStruct.ll
parentb5f85b7493cb48ccec6ab6df437a72f4f7f0b1f1 (diff)
downloadklee-0e92811fe7ba7b98425391ef8f8995174afc4f74.tar.gz
Removed unneeded and confusing disable-opt option, reformatted Optimize() function and updated some .ll tests to use --optimize=false instead of --disable-opt
Diffstat (limited to 'test/Feature/ConstantStruct.ll')
-rw-r--r--test/Feature/ConstantStruct.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/ConstantStruct.ll b/test/Feature/ConstantStruct.ll
index e4b3d07b..331dcfc9 100644
--- a/test/Feature/ConstantStruct.ll
+++ b/test/Feature/ConstantStruct.ll
@@ -2,7 +2,7 @@
 ; REQUIRES: geq-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 > %t2
+; RUN: %klee --output-dir=%t.klee-out --optimize=false %t1.bc > %t2
 ; RUN: grep PASS %t2
 
 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"