1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

New testcase for PR361

llvm-svn: 14052
This commit is contained in:
Chris Lattner 2004-06-07 23:07:09 +00:00
parent fef60b53ff
commit c24db73c84

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
}