mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
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)]
|
||
|
|