comparison test/CodeGen/X86/GC/badreadproto.ll @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents afa8332a0e37
children
comparison
equal deleted inserted replaced
120:1172e4bd9c6f 121:803732b1fca8
1 ; RUN: not llvm-as < %s >& /dev/null 1 ; RUN: not llvm-as < %s > /dev/null 2>&1
2 2
3 %list = type { i32, %list* } 3 %list = type { i32, %list* }
4 4
5 ; This usage is invalid now; instead, objects must be bitcast to i8* for input 5 ; This usage is invalid now; instead, objects must be bitcast to i8* for input
6 ; to the gc intrinsics. 6 ; to the gc intrinsics.