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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Tue May 3 10:01:04 PDT 2005



Changes in directory llvm/test/Feature:

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

yea yea yea

---
Diffs of the changes:  (+3 -3)

 intrinsics.ll |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/test/Feature/intrinsics.ll
diff -u llvm/test/Feature/intrinsics.ll:1.8 llvm/test/Feature/intrinsics.ll:1.9
--- llvm/test/Feature/intrinsics.ll:1.8	Tue May  3 11:49:48 2005
+++ llvm/test/Feature/intrinsics.ll	Tue May  3 12:00:48 2005
@@ -8,9 +8,9 @@
 
 declare void %llvm.prefetch(sbyte*, uint, uint)
 
-declare uint %llvm.ctpop.32(uint)
-declare ushort %llvm.cttz.16(ushort)
-declare ulong %llvm.ctlz.64(ulong)
+declare uint %llvm.ctpop(uint)
+declare ushort %llvm.cttz(ushort)
+declare ulong %llvm.ctlz(ulong)
 
 implementation
 






More information about the llvm-commits mailing list