[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / tools / llvm-ar / Inputs / bitcode-sym32.ll
blob0c76f09fd22bc3fe96240fab951a51b746dfc8a9
1 target triple = "powerpcle-unknown-linux-gnu"
3 @C32 = dso_local global i32 5, align 4
4 @undef_var32 = external dso_local global i32, align 4
6 define dso_local i32 @foo32(i32 %i) #0 {
7 entry:
8   %i.addr = alloca i32, align 4
9   store i32 %i, i32* %i.addr, align 4
10   %0 = load i32, i32* %i.addr, align 4
11   %1 = load i32, i32* @undef_var32, align 4
12   %add = add nsw i32 %0, %1
13   ret i32 %add