mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 16:40:15 +00:00
c0d1010e65
llvm-svn: 2435
12 lines
168 B
LLVM
12 lines
168 B
LLVM
; It looks like the assembler is not forward resolving the function declaraion
|
|
; correctly.
|
|
|
|
void "test"()
|
|
begin
|
|
call void %foo()
|
|
ret void
|
|
end
|
|
|
|
declare void "foo"()
|
|
|