mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +00:00
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:
parent
fa5fe7c8b8
commit
9919101c58
11
test/Assembler/2004-06-07-VerifierBug.llx
Normal file
11
test/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…
x
Reference in New Issue
Block a user