YouCompleteMe/cpp/llvm/test/Assembler/2009-02-28-CastOpc.ll

8 lines
95 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: llvm-as < %s | llvm-dis
define void @foo() {
bitcast i32* null to i32*
ret void
}