about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
-rw-r--r--test/Intrinsics/objectsize.leq49.ll4
-rw-r--r--test/Intrinsics/objectsize.ll4
2 files changed, 1 insertions, 7 deletions
diff --git a/test/Intrinsics/objectsize.leq49.ll b/test/Intrinsics/objectsize.leq49.ll
index d21b13b4..bb084244 100644
--- a/test/Intrinsics/objectsize.leq49.ll
+++ b/test/Intrinsics/objectsize.leq49.ll
@@ -1,7 +1,5 @@
-; Unfortunately LLVM 2.9 has a different suffix for the ``llvm.objectsize`` instrinsic
-; so this LLVM IR fails to verify for that version.
-;
 ; LLVM 3.7 requires a type as the first argument to 'load'
+; LLVM 5 added nullunknown parameter to @llvm.objectsize
 ; REQUIRES: geq-llvm-3.7
 ; REQUIRES: lt-llvm-5.0
 ; RUN: %llvmas %s -o=%t.bc
diff --git a/test/Intrinsics/objectsize.ll b/test/Intrinsics/objectsize.ll
index 733f03b0..4b2110cb 100644
--- a/test/Intrinsics/objectsize.ll
+++ b/test/Intrinsics/objectsize.ll
@@ -1,7 +1,3 @@
-; Unfortunately LLVM 2.9 has a different suffix for the ``llvm.objectsize`` instrinsic
-; so this LLVM IR fails to verify for that version.
-;
-; LLVM 3.7 requires a type as the first argument to 'load'
 ; LLVM 5 added nullunknown parameter to @llvm.objectsize
 ; REQUIRES: geq-llvm-5.0
 ; RUN: %llvmas %s -o=%t.bc