llvm-6502/test/Assembler/2009-02-28-CastOpc.ll
Chris Lattner a53616d08b 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.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133371 91177308-0d34-0410-b5e6-96231b3b80d8
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
}