The pshufw instruction came about in MMX2 when SSE was introduced. Don't place
[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 }