New testcase for PR361

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14052 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-06-07 23:07:09 +00:00
parent fa5fe7c8b8
commit 9919101c58

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
}