mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2304 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
76d12299b5
commit
1d2535c0b1
9
test/Verifier/SelfReferential.ll
Normal file
9
test/Verifier/SelfReferential.ll
Normal file
@ -0,0 +1,9 @@
|
||||
; Test that self referential instructions are not allowed
|
||||
|
||||
implementation
|
||||
|
||||
void "test"()
|
||||
begin
|
||||
%A = add int %A, 0
|
||||
ret void
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user