llvm-6502/test/CodeGen/Generic/crash.ll

9 lines
272 B
LLVM
Raw Normal View History

; 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)]