Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / ThinLTO / X86 / Inputs / module_asm2.ll
blob97fba2d124cb2ad0850c5ce2fe88e1f3e67b9352
1 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
2 target triple = "x86_64-unknown-linux-gnu"
4 define i32 @main({ i64, ptr } %unnamed) #0 {
5   %1 = call i32 @func1() #1
6   %2 = call i32 @func2() #1
7   %3 = call i32 @func3() #1
8   %4 = call i32 @callglobalfunc() #1
9   %5 = call i32 @callweakfunc() #1
10   ret i32 %1
12 declare i32 @func1() #1
13 declare i32 @func2() #1
14 declare i32 @func3() #1
15 declare i32 @callglobalfunc() #1
16 declare i32 @callweakfunc() #1