summaryrefslogtreecommitdiffstats
path: root/llvm/test/ThinLTO/X86/Inputs/local_name_conflict1.ll
blob: de43b7825b9d4a648989a5a86ea654646eb6a0ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
; ModuleID = 'local_name_conflict.o'
source_filename = "local_name_conflict.c"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"

@baz = internal constant i32 10, align 4

; Function Attrs: noinline nounwind uwtable
define i32 @a() {
entry:
  %call = call i32 @foo()
  ret i32 %call
}

; Function Attrs: noinline nounwind uwtable
define internal i32 @foo() {
entry:
  %0 = load i32, i32* @baz, align 4
  ret i32 %0
}
OpenPOWER on IntegriCloud