Emit gcov data files to the directory specified in the metadata produced by the
[llvm/stm8.git] / test / Assembler / 2004-06-07-VerifierBug.ll
blob07d2383ccff97d7db6f6d8cbbd733216427cfb8b
1 ; RUN: llvm-as < %s > /dev/null
3 define void @t() {
4 entry:
5      ret void
7 loop:           ; preds = %loop
8      %tmp.4.i9 = getelementptr i32* null, i32 %tmp.5.i10             ; <i32*> [#uses=1]
9      %tmp.5.i10 = load i32* %tmp.4.i9                ; <i32> [#uses=1]
10      br label %loop