Home | History | Annotate | Download | only in Blackfin
      1 ; RUN: llc < %s -march=bfin > %t
      2 
      3 define i1 @cmp3(i32 %A) {
      4 	%R = icmp uge i32 %A, 2
      5 	ret i1 %R
      6 }
      7