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 @gFoo = internal unnamed_addr global i32 1, align 4
6 ; Function Attrs: norecurse nounwind readonly ssp uwtable
7 define i32 @foo() local_unnamed_addr {
8 %1 = load i32, ptr @gFoo, align 4
12 ; Function Attrs: nounwind ssp uwtable
13 define void @bar() local_unnamed_addr {
14 %1 = tail call i32 @rand()
15 store i32 %1, ptr @gFoo, align 4
19 declare i32 @rand() local_unnamed_addr