Add note to self to complete the testing of all intrinsic functions as
authorReid Spencer <rspencer@reidspencer.com>
Mon, 9 May 2005 04:47:32 +0000 (04:47 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 9 May 2005 04:47:32 +0000 (04:47 +0000)
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

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