xref: /llvm-project/llvm/test/CodeGen/Hexagon/lcomm.ll (revision 2208c97c1bec2512d4e47b6223db6d95a7037956)
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s
2; CHECK-NOT: .lcomm  g0,4,4,4
3
4target triple = "hexagon"
5
6@g0 = internal global i32 0, align 4
7
8; Function Attrs: nounwind
9define i32 @f0() #0 {
10b0:
11  %v0 = load i32, ptr @g0, align 4
12  ret i32 %v0
13}
14
15attributes #0 = { nounwind }
16