mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-29 23:12:55 +01:00
10 lines
129 B
LLVM
10 lines
129 B
LLVM
|
; Test that self referential instructions are not allowed
|
||
|
|
||
|
implementation
|
||
|
|
||
|
void "test"()
|
||
|
begin
|
||
|
%A = add int %A, 0
|
||
|
ret void
|
||
|
end
|