mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 14:06:36 +00:00
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:
parent
a1e633ef7a
commit
5eba8c27f0
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user