New testcase for PR361

llvm-svn: 14052
This commit is contained in:
Chris Lattner 2004-06-07 23:07:09 +00:00
parent 07ab2d1d2d
commit 3b2e067386
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
; RUN: llvm-as < %s > /dev/null
void %t() {
entry:
ret void
loop:
%tmp.4.i9 = getelementptr int* null, int %tmp.5.i10
%tmp.5.i10 = load int* %tmp.4.i9
br label %loop
}