From 5eba8c27f07306dc54c4317129d1d2fa2130e38b 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. llvm-svn: 21807 --- 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.