repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git]
/
test
/
FrontendAda
/
vce_lv.adb
blob
4ca4d5c8b542e0fd47b15015de072c1c0195d563
1
-- RUN: %llvmgcc -c %s
2
procedure
VCE_LV
is
3
type
P
is access
String
;
4
type
T
is new
P
(
5
..
7
);
5
subtype
U
is
String
(
5
..
7
);
6
X
:
T
:=
new
U
'(others => '
A
');
7
begin
8
null;
9
end;