1 ; RUN: llc -march=hexagon < %s | FileCheck %s 2 ; CHECK-NOT: .lcomm g0,4,4,4 3 4 target triple = "hexagon" 5 6 @g0 = internal global i32 0, align 4 7 8 ; Function Attrs: nounwind 9 define i32 @f0() #0 { 10 b0: 11 %v0 = load i32, i32* @g0, align 4 12 ret i32 %v0 13 } 14 15 attributes #0 = { nounwind } 16