projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revamp the loop unroller, extending it to correctly update PHI nodes
[oota-llvm.git]
/
test
/
FrontendAda
/
vce.adb
1
-- RUN: %llvmgcc -c %s
2
procedure VCE is
3
S : String (1 .. 2);
4
B : Character := 'B';
5
begin
6
S := 'A' & B;
7
end;