repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zpu: wip - very crude stack slot pass
[llvm/zpu.git]
/
test
/
FrontendAda
/
asm.adb
blob
575617c087886e74daee502cbf3c8536560cf54e
1
-- RUN: %llvmgcc -c %s
2
with
System
.
Machine_Code
;
3
procedure
Asm
is
4
begin
5
System
.
Machine_Code
.
Asm
(
""
);
6
end
;