mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
6aa403748e
top level type without a specified number. This syntax isn't documented and blocks forward progress. llvm-svn: 133371
8 lines
95 B
LLVM
8 lines
95 B
LLVM
; RUN: llvm-as < %s | llvm-dis
|
|
|
|
|
|
define void @foo() {
|
|
bitcast i32* null to i32*
|
|
ret void
|
|
}
|