[mips][FastISel] Handle calls with non legal types i8 and i16.
[oota-llvm.git] / test / CodeGen / Mips / 2008-08-08-ctlz.ll
index 522018365269946aa33cf4e5edeb0095dcc47ff9..abd61de5a8d870f59102ba7223ad6706fa765774 100644 (file)
@@ -3,8 +3,8 @@
 define i32 @A0(i32 %u) nounwind  {
 entry:
 ; CHECK: clz 
-  call i32 @llvm.ctlz.i32( i32 %u )
+  call i32 @llvm.ctlz.i32( i32 %u, i1 true )
   ret i32 %0
 }
 
-declare i32 @llvm.ctlz.i32(i32) nounwind readnone 
+declare i32 @llvm.ctlz.i32(i32, i1) nounwind readnone