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
/
emit_var.ads
blob
35d45448cb6ddf4df9039a3022e6e41e521a307b
1
-- RUN: %llvmgcc -c %s
2
with
Ada
.
Finalization
;
3
package
Emit_Var
is
4
type
Search_Type
is new
Ada
.
Finalization
.
Controlled
with null record
;
5
end
;