hanchenye-llvm-project/llvm/test/Regression/Verifier/SelfReferential.ll

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