aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/AArch64/aarch64_be-global-const.ll
blob: 22979bcf1f9f9adda8e0b53a2b70235b50b38125 (plain)
1
2
3
4
5
6
; RUN: llc -mtriple=aarch64_be < %s | FileCheck %s

; CHECK-LABEL: G:
; CHECK: .byte 11
; CHECK: .size G, 1
@G = global <4 x i1> <i1 true, i1 false, i1 true, i1 true>