mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-02 01:06:25 +00:00
New testcase
llvm-svn: 2304
This commit is contained in:
parent
ded2679ed0
commit
323c46631a
9
test/Regression/Verifier/SelfReferential.ll
Normal file
9
test/Regression/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