xref: /llvm-project/llvm/test/CodeGen/AArch64/aarch64_be-global-const.ll (revision fc1ffb4c0ea886bf37a2169db3d9270eb600d9fc)
1; RUN: llc -mtriple=aarch64_be < %s | FileCheck %s
2
3; CHECK-LABEL: G:
4; CHECK: .byte 11
5; CHECK: .size G, 1
6@G = global <4 x i1> <i1 true, i1 false, i1 true, i1 true>
7