From 1447ca699f2885fcb1292e40dbfdb46a49c0ea89 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Mon, 11 Mar 2019 16:53:12 +0000 Subject: Fixed comments to objectsize.ll and objectsize.leq49.ll --- test/Intrinsics/objectsize.leq49.ll | 4 +--- test/Intrinsics/objectsize.ll | 4 ---- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'test') 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 -- cgit 1.4.1