Add note to self to complete the testing of all intrinsic functions as

specified in the LangRef document.

llvm-svn: 21807
This commit is contained in:
Reid Spencer 2005-05-09 04:47:32 +00:00
parent 57d294f2ac
commit 3992dbd2a0
1 changed files with 2 additions and 0 deletions

View File

@ -25,3 +25,5 @@ void %libm() {
call ulong %llvm.ctlz(ulong 65000) call ulong %llvm.ctlz(ulong 65000)
ret void ret void
} }
; FIXME: test ALL the intrinsics in this file.