2 ; RUN: opt -inline -argpromotion %s
3 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
4 target triple = "x86_64-apple-darwin10.0.0"
8 to label %if.end432 unwind label %for.end520
17 define internal void @foo2() ssp {
18 %call7 = call fastcc i8* @foo3(i1 (i8*)* @foo4)
19 %call58 = call fastcc i8* @foo3(i1 (i8*)* @foo5)
23 define internal fastcc i8* @foo3(i1 (i8*)* %Pred) {
28 define internal i1 @foo4(i8* %O) nounwind {
30 %call = call zeroext i1 @foo5(i8* %O) ; <i1> [#uses=0]
34 define internal i1 @foo5(i8* %O) nounwind {
40 ; PR8932 - infinite promotion.
43 define i32 @test2(i32 %a) {
47 %2 = call i32 @"clay_assign(Chain, Chain)"(%0* %0, %0* %1)
51 define internal i32 @"clay_assign(Chain, Chain)"(%0* %c, %0* %d) {
53 %0 = getelementptr %0* %d, i32 0, i32 0
55 %2 = getelementptr %0* %c, i32 0, i32 0
57 %4 = call i32 @"clay_assign(Chain, Chain)"(%0* %3, %0* %1)