Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / mul.c
blobcc5d06b5fac1fb4539341bf2646d21413f2a9bbb
1 void
2 mulqi (char *p, char a, char b)
4 p[0] = a/b;