about summary refs log tree commit diff homepage
path: root/test/Feature/Overflow.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/Overflow.ll')
-rw-r--r--test/Feature/Overflow.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Feature/Overflow.ll b/test/Feature/Overflow.ll
index 06926a28..31311029 100644
--- a/test/Feature/Overflow.ll
+++ b/test/Feature/Overflow.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