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