2 ; RUN: llvm-upgrade < %s | grep {call void @f( i32 .tmp )}
3 ; RUN: llvm-upgrade < %s | grep {call void @g( i8 .tmp\.upgrd\.2 )}
5 target datalayout = "e-p:32:32"
7 target pointersize = 32
8 target triple = "i686-pc-linux-gnu"
10 implementation ; Functions:
18 call void %f (int %tmp)
19 call void %g (ubyte %tmp)
24 declare void %g(ubyte)