mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-10 01:10:48 +00:00
34e9d17d1b
even if the element of the array has no size. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101662 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
272 B
LLVM
9 lines
272 B
LLVM
; RUN: llc %s -o -
|
|
|
|
; PR6332
|
|
%struct.AVCodecTag = type opaque
|
|
@ff_codec_bmp_tags = external global [0 x %struct.AVCodecTag]
|
|
@tags = global [1 x %struct.AVCodecTag*] [%struct.AVCodecTag* getelementptr
|
|
inbounds ([0 x %struct.AVCodecTag]* @ff_codec_bmp_tags, i32 0, i32 0)]
|
|
|