Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Transforms / Inline / crash2.ll
blob9ddc4d3f8108137f1bd7312a76279ca31ce5fb32
1 ; RUN: opt  -passes='inline,sroa' -max-devirt-iterations=1 -disable-output < %s
2 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"
3 target triple = "x86_64-apple-darwin10.3"
5 declare ptr @f1(ptr) ssp align 2
7 define linkonce_odr void @f2(ptr %t) inlinehint ssp {
8 entry:
9   unreachable
12 define linkonce_odr void @f3(ptr %__f) ssp {
13 entry:
14   %__f_addr = alloca ptr, align 8
15   store ptr %__f, ptr %__f_addr
17   %0 = load ptr, ptr %__f_addr, align 8
18   call void %0(ptr undef)
19   call ptr @f1(ptr undef) ssp
20   unreachable
23 define linkonce_odr void @f4(ptr %this) ssp align 2 {
24 entry:
25   %0 = alloca i32
26   call void @f3(ptr @f2) ssp
27   ret void