llvm-for-llvmta/test/Assembler/2009-02-28-CastOpc.ll

9 lines
125 B
LLVM
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llvm-as < %s | llvm-dis
; RUN: verify-uselistorder %s
define void @foo() {
bitcast i32* null to i32*
ret void
}