136
edits
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|- | |- | ||
|<syntaxhighlight lang="c"> | |<syntaxhighlight lang="c"> | ||
/* The following code tests | /* The following code tests loop unroll transformation applied to a for loop: */ | ||
int main(void) { | int main(void) { |
edits