summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PIC16/global-in-user-section.ll
blob: 6cdb64864ad5135dd6a7d489f60cd94c449c21dc (plain)
1
2
3
4
5
6
; RUN: llc < %s -march=pic16 | FileCheck %s
; XFAIL: vg_leak

@G1 = common global i16 0, section "usersection", align 1 
; CHECK: usersection UDATA
; CHECK: @G1 RES 2 
OpenPOWER on IntegriCloud