diff options
Diffstat (limited to 'test/Feature/GetElementPtr.ll')
-rw-r--r-- | test/Feature/GetElementPtr.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Feature/GetElementPtr.ll b/test/Feature/GetElementPtr.ll index a0bfad0f..e92b27c2 100644 --- a/test/Feature/GetElementPtr.ll +++ b/test/Feature/GetElementPtr.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 |