blob: e1732a8f806b8f2d544b1c865ef20950a8cb6420 [file] [log] [blame]
; RUN: llc < %s -march=bfin > %t
define i1 @cmp3(i32 %A) {
%R = icmp uge i32 %A, 2
ret i1 %R
}