[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / Hexagon / sdata-array.ll
blobcea86bd426d95f72bc371b9bc04324cce6f24f1a
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; No arrays in sdata.
4 ; CHECK: memb(##foo)
6 @foo = common global [4 x i8] zeroinitializer, align 1
8 define void @set(i8 %x) nounwind {
9 entry:
10   store i8 %x, i8* getelementptr inbounds ([4 x i8], [4 x i8]* @foo, i32 0, i32 0), align 1
11   ret void