Debug Info Testing: use null instead of an empty string in context field.
[oota-llvm.git] / test / CodeGen / PowerPC / 2004-11-30-shift-crash.ll
1 ; RUN: llc < %s -march=ppc32
2
3 define void @main() {
4         %tr4 = shl i64 1, 0             ; <i64> [#uses=0]
5         ret void
6 }
7