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: generate slightly more zpu like code
[llvm/zpu.git]
/
test
/
FrontendAda
/
element_copy.adb
blob
bffcb973265b21b29fde813586f70e8d7920f305
1
-- RUN: %llvmgcc -S -O2 %s -I%p/Support -o - | grep 6899714
2
package body
Element_Copy
is
3
function
F
return
VariableSizedField
is
4
X
:
VariableSizedField
;
5
begin
6
return
X
;
7
end
;
8
end
;