If a vr is already marked alive in a bb, then it has PHI uses that are visited earlie...
[oota-llvm.git] / test / CodeGen / PowerPC / 2004-11-30-shr-var-crash.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32
2
3 void %main() {
4         %shamt = add ubyte 0, 1         ; <ubyte> [#uses=1]
5         %tr2 = shr long 1, ubyte %shamt         ; <long> [#uses=0]
6         ret void
7 }