[llvm-commits] CVS: llvm/test/Feature/intrinsics.ll

Reid Spencer reid at x10sys.com
Sun May 8 21:47:43 PDT 2005



Changes in directory llvm/test/Feature:

intrinsics.ll updated: 1.9 -> 1.10
---
Log message:

Add note to self to complete the testing of all intrinsic functions as 
specified in the LangRef document.


---
Diffs of the changes:  (+2 -0)

 intrinsics.ll |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/test/Feature/intrinsics.ll
diff -u llvm/test/Feature/intrinsics.ll:1.9 llvm/test/Feature/intrinsics.ll:1.10
--- llvm/test/Feature/intrinsics.ll:1.9	Tue May  3 12:00:48 2005
+++ llvm/test/Feature/intrinsics.ll	Sun May  8 23:47:32 2005
@@ -25,3 +25,5 @@
         call ulong %llvm.ctlz(ulong 65000)
 	ret void
 }
+
+; FIXME: test ALL the intrinsics in this file.






More information about the llvm-commits mailing list