Tighten the conditions under which we do PRE, remove some unneeded code, and correct...
[oota-llvm.git] / test / CodeGen / PowerPC / 2005-01-14-UndefLong.ll
1 ; RUN: llvm-as < %s | llc -march=ppc32
2
3 define i64 @test() {
4         ret i64 undef
5 }