1 ; RUN: llc -march=hexagon -disable-hsdr < %s | FileCheck %s
5 %struct.small = type { i32, i32 }
7 @s1 = common global %struct.small zeroinitializer, align 4
9 define void @foo() nounwind {
11 %0 = load i64, ptr @s1, align 4
12 call void @bar(i64 %0)
16 declare void @bar(i64)