diff options
Diffstat (limited to 'test/Feature/InsertExtractValue.ll')
-rw-r--r-- | test/Feature/InsertExtractValue.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Feature/InsertExtractValue.ll b/test/Feature/InsertExtractValue.ll index 461b28de..b4e7ab55 100644 --- a/test/Feature/InsertExtractValue.ll +++ b/test/Feature/InsertExtractValue.ll @@ -1,5 +1,3 @@ -; LLVM 3.7 requires a type as the first argument to 'getelementptr' -; 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 --optimize=false %t1.bc > %t2 |