mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
142428ce64
llvm-svn: 81293
6 lines
151 B
LLVM
6 lines
151 B
LLVM
; RUN: llc < %s -march=pic16 | FileCheck %s
|
|
|
|
@G1 = common global i16 0, section "usersection", align 1
|
|
; CHECK: usersection UDATA
|
|
; CHECK: @G1 RES 2
|