[llvm-branch-commits] [llvm-branch] r134810 - /llvm/branches/type-system-rewrite/test/CodeGen/Generic/crash.ll

Chris Lattner sabre at nondot.org
Sat Jul 9 00:20:52 PDT 2011


Author: lattner
Date: Sat Jul  9 02:20:52 2011
New Revision: 134810

URL: http://llvm.org/viewvc/llvm-project?rev=134810&view=rev
Log:
update one more test to match recent API changes

Modified:
    llvm/branches/type-system-rewrite/test/CodeGen/Generic/crash.ll

Modified: llvm/branches/type-system-rewrite/test/CodeGen/Generic/crash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/type-system-rewrite/test/CodeGen/Generic/crash.ll?rev=134810&r1=134809&r2=134810&view=diff
==============================================================================
--- llvm/branches/type-system-rewrite/test/CodeGen/Generic/crash.ll (original)
+++ llvm/branches/type-system-rewrite/test/CodeGen/Generic/crash.ll Sat Jul  9 02:20:52 2011
@@ -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)]





More information about the llvm-branch-commits mailing list