Per Chris, fuse four trivial tests using grep (r102199) into one that uses FileCheck.
[oota-llvm.git] / test / CodeGen / Generic / crash.ll
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