[yaml2obj] - Allow placing local symbols after globals.
[llvm-complete.git] / test / ThinLTO / X86 / Inputs / local_name_conflict2.ll
blob40a4e866599e8fce11c5b0da8ec6b0ba8be63b10
1 ; ModuleID = 'local_name_conflict.o'
2 source_filename = "local_name_conflict.c"
3 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
4 target triple = "x86_64-unknown-linux-gnu"
6 @baz = internal constant i32 10, align 4
8 ; Function Attrs: noinline nounwind uwtable
9 define i32 @b() {
10 entry:
11   %call = call i32 @foo()
12   ret i32 %call
15 ; Function Attrs: noinline nounwind uwtable
16 define internal i32 @foo() {
17 entry:
18   %0 = load i32, i32* @baz, align 4
19   ret i32 %0