The verifier takes 50s on this testcase, that is not good n stuff
[oota-llvm.git] / test / Assembler / 2004-06-07-VerifierBug.llx
1 ; RUN: llvm-as < %s > /dev/null
2 void %t() {
3 entry:
4         ret void
5
6 loop:
7         %tmp.4.i9 = getelementptr int* null, int %tmp.5.i10
8         %tmp.5.i10 = load int* %tmp.4.i9
9         br label %loop
10 }
11