From 87bb7c61ac062ec70056a78910bcebb3e90d39b1 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 9 May 2005 04:47:32 +0000 Subject: [PATCH] Add note to self to complete the testing of all intrinsic functions as specified in the LangRef document. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21807 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/intrinsics.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Feature/intrinsics.ll b/test/Feature/intrinsics.ll index 7fde03fe72d..973e82f860d 100644 --- a/test/Feature/intrinsics.ll +++ b/test/Feature/intrinsics.ll @@ -25,3 +25,5 @@ void %libm() { call ulong %llvm.ctlz(ulong 65000) ret void } + +; FIXME: test ALL the intrinsics in this file.