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

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