From: Reid Spencer Date: Mon, 9 May 2005 04:47:32 +0000 (+0000) Subject: Add note to self to complete the testing of all intrinsic functions as X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=87bb7c61ac062ec70056a78910bcebb3e90d39b1;p=oota-llvm.git 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 --- 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.