diff options
Diffstat (limited to 'test/Feature/BitcastAlias.ll')
-rw-r--r-- | test/Feature/BitcastAlias.ll | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Feature/BitcastAlias.ll b/test/Feature/BitcastAlias.ll index 50ee4fb7..cf84df06 100644 --- a/test/Feature/BitcastAlias.ll +++ b/test/Feature/BitcastAlias.ll @@ -1,7 +1,3 @@ -; LLVM 3.8 requires a type as the first argument to 'alias' -; LLVM 3.7 requires a type as the first argument to 'getelementptr' -; LLVM 3.7 no longer accepts '*' with a 'call' -; REQUIRES: geq-llvm-3.8 ; 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 |