1; RUN: llc -march=hexagon -debug < %s
2; REQUIRES: asserts
3
4target triple = "hexagon"
5
6; Function Attrs: nounwind readnone
7define i32 @f0(i1 zeroext %a0) #0 {
8b0:
9  %v0 = select i1 %a0, i32 1, i32 2
10  ret i32 %v0
11}
12
13attributes #0 = { nounwind readnone }
14