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