Slightly generalize transformation of memmove(a,a,n) so that it also applies
[oota-llvm.git] / test / Assembler / 2009-02-28-CastOpc.ll
1 ; RUN: llvm-as < %s | llvm-dis
2
3 type i32
4
5 define void @foo() {
6   bitcast %0* null to i32*
7   ret void
8 }