3 ; Make sure we are not crashing on this one.
5 target triple = "x86_64-unknown-linux-gnu"
7 %"Iterator" = type { ptr }
9 declare { i64, <2 x float> } @Call()
10 declare ptr @CallPtr()
12 define { i64, <2 x float> } @Foo(ptr %this) {
15 %this.addr = alloca ptr
16 %this1 = load ptr, ptr %this.addr
17 %0 = load ptr, ptr %this1
18 %1 = call { i64, <2 x float> } @Call()
19 %2 = call ptr @CallPtr()
20 %3 = getelementptr { i64, <2 x float> }, ptr %2, i32 0, i32 1
21 %4 = extractvalue { i64, <2 x float> } %1, 1
22 store <2 x float> %4, ptr %3
23 %5 = load { i64, <2 x float> }, ptr %2
24 ret { i64, <2 x float> } %5