Chris Lattner | 34e9d17 | 2010-04-17 19:02:33 +0000 | [diff] [blame] | 1 | ; RUN: llc %s -o - |
2 | |||||
3 | ; PR6332 | ||||
4 | %struct.AVCodecTag = type opaque | ||||
5 | @ff_codec_bmp_tags = external global [0 x %struct.AVCodecTag] | ||||
6 | @tags = global [1 x %struct.AVCodecTag*] [%struct.AVCodecTag* getelementptr | ||||
7 | inbounds ([0 x %struct.AVCodecTag]* @ff_codec_bmp_tags, i32 0, i32 0)] | ||||
8 |