mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 02:28:23 +00:00
323c46631a
llvm-svn: 2304
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
|