yea yea yea
authorAndrew Lenharth <andrewl@lenharth.org>
Tue, 3 May 2005 17:00:48 +0000 (17:00 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Tue, 3 May 2005 17:00:48 +0000 (17:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21673 91177308-0d34-0410-b5e6-96231b3b80d8

test/Feature/intrinsics.ll

index 76cef5152875c48887ca3fdea8dd1f0f1b88ad6b..7fde03fe72d0ea8cf174a7a159a876a64d6e12f1 100644 (file)
@@ -8,9 +8,9 @@ declare bool %llvm.isunordered(double, double)
 
 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