Home | History | Annotate | Download | only in InstCombine
      1 ; RUN: opt < %s -instcombine
      2 ; PR2996
      3 
      4 define void @func_53(i16 signext %p_56) nounwind {
      5 entry:
      6 	%0 = icmp sgt i16 %p_56, -1		; <i1> [#uses=1]
      7 	%iftmp.0.0 = select i1 %0, i32 -1, i32 0		; <i32> [#uses=1]
      8 	%1 = call i32 (...)* @func_4(i32 %iftmp.0.0) nounwind		; <i32> [#uses=0]
      9 	ret void
     10 }
     11 
     12 declare i32 @func_4(...)
     13