Tests for this xforms should be .ll files, and they should have run lines.
llvm-svn: 17543
This commit is contained in:
parent
b3841e5234
commit
f32f1ce8ab
|
@ -1,13 +0,0 @@
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
|
||||||
int i;
|
|
||||||
for (i=0; i < 5; ++i)
|
|
||||||
printf("%d\n", i);
|
|
||||||
|
|
||||||
printf("separator!\n");
|
|
||||||
|
|
||||||
for (i=0; i < 4; ++i)
|
|
||||||
printf("[%d]\n", i+5);
|
|
||||||
return 0;
|
|
||||||
}
|
|
|
@ -1,13 +0,0 @@
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
int main(int argc, char *argv[]) {
|
|
||||||
int i, d=0;
|
|
||||||
for (i=0; i < 10; ++i)
|
|
||||||
d += i;
|
|
||||||
|
|
||||||
printf("separator!\n");
|
|
||||||
|
|
||||||
for (i=0; i < 4; ++i)
|
|
||||||
printf("[%d]\n", d+i);
|
|
||||||
return 0;
|
|
||||||
}
|
|
Loading…
Reference in New Issue