1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Assembler/2009-02-28-CastOpc.ll
Chris Lattner 6aa403748e Remove support for parsing the "type i32" syntax for defining a numbered
top level type without a specified number.  This syntax isn't documented
and blocks forward progress.

llvm-svn: 133371
2011-06-19 00:03:46 +00:00

8 lines
95 B
LLVM

; RUN: llvm-as < %s | llvm-dis
define void @foo() {
bitcast i32* null to i32*
ret void
}