The major improvements are: - Extended schedule tree support - AST generation from schedule trees llvm-svn: 232709
14 lines
129 B
C
14 lines
129 B
C
{
|
|
A(0);
|
|
A(1);
|
|
A(2);
|
|
A(3);
|
|
A(4);
|
|
for (int c0 = 5; c0 <= 15; c0 += 1)
|
|
A(c0);
|
|
A(16);
|
|
A(17);
|
|
A(18);
|
|
A(19);
|
|
}
|