summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/crash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/crash.ll')
-rw-r--r--test/CodeGen/Generic/crash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/crash.ll b/test/CodeGen/Generic/crash.ll
index e7cc7e3394..d889389b7c 100644
--- a/test/CodeGen/Generic/crash.ll
+++ b/test/CodeGen/Generic/crash.ll
@@ -1,7 +1,7 @@
; RUN: llc %s -o -
; PR6332
-%struct.AVCodecTag = type opaque
+%struct.AVCodecTag = type {}
@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)]