[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / Mips / 2008-08-08-ctlz.ll
blobabd61de5a8d870f59102ba7223ad6706fa765774
1 ; RUN: llc -march=mips < %s | FileCheck %s
3 define i32 @A0(i32 %u) nounwind  {
4 entry:
5 ; CHECK: clz 
6   call i32 @llvm.ctlz.i32( i32 %u, i1 true )
7   ret i32 %0
10 declare i32 @llvm.ctlz.i32(i32, i1) nounwind readnone