blob: 088e518f46d29d560cfc0c95ca482777dd7c9333 [file] [log] [blame]
; RUN: llc -mtriple=hexagon -debug < %s
; REQUIRES: asserts
target triple = "hexagon"
; Function Attrs: nounwind readnone
define i32 @f0(i1 zeroext %a0) #0 {
b0:
%v0 = select i1 %a0, i32 1, i32 2
ret i32 %v0
}
attributes #0 = { nounwind readnone }