1 ; RUN: opt < %s -passes=deadargelim -S | FileCheck %s
7 ; CHECK: define internal void @foo(i8 signext %y) [[NUW:#[0-9]+]]
9 define internal zeroext i8 @foo(ptr inreg %p, i8 signext %y, ... ) nounwind {
15 ; CHECK: call void @foo(i8 signext 1) [[NUW]]
16 %A = call zeroext i8(ptr, i8, ...) @foo(ptr inreg null, i8 signext 1, ptr byval(%struct) null ) nounwind
20 ; CHECK: attributes [[NUW]] = { nounwind }