Tighten the conditions under which we do PRE, remove some unneeded code, and correct...
[oota-llvm.git] / test / CodeGen / PowerPC / 2008-06-19-LegalizerCrash.ll
1 ; RUN: llvm-as < %s | llc -march=ppc32
2
3 define void @t() nounwind {
4         call void null( ppc_fp128 undef )
5         unreachable
6 }