llvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don't expect to fail with -Asserts...
[oota-llvm.git] / test / Assembler / 2009-02-28-CastOpc.ll
1 ; RUN: llvm-as < %s | llvm-dis
2
3
4 define void @foo() {
5   bitcast i32* null to i32*
6   ret void
7 }