[llvm-readelf/llvm-objdump] - Improve/refactor the implementation of SHT_LLVM_ADDRSIG...
[llvm-complete.git] / test / CodeGen / Hexagon / lcomm.ll
blobf7bcde7c206bc48eb1d6011f25d55e46db45abb7
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK-NOT: .lcomm  g0,4,4,4
4 target triple = "hexagon"
6 @g0 = internal global i32 0, align 4
8 ; Function Attrs: nounwind
9 define i32 @f0() #0 {
10 b0:
11   %v0 = load i32, i32* @g0, align 4
12   ret i32 %v0
15 attributes #0 = { nounwind }