mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
New testcase for PR361
llvm-svn: 14052
This commit is contained in:
parent
fef60b53ff
commit
c24db73c84
11
test/Regression/Assembler/2004-06-07-VerifierBug.llx
Normal file
11
test/Regression/Assembler/2004-06-07-VerifierBug.llx
Normal 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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user