repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
FrontendAda
/
var_size.adb
blob
b3db9a36fe1b47a806f7db92bce9bac614288aed
1
-- RUN: %llvmgcc -c %s -I%p/Support
2
package body
Var_Size
is
3
function
A
(
X
:
T
)
return
String
is
4
begin
5
return
X
.
A
;
6
end
;
7
end
;