Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20040611-1.c
blob8a5528b9054ed2fe0ea5917d99609bf918835109
1 /* This would cause PRE load motion to generate invalid code and ICE */
2 void foo (char *name)
4 if (*name)
5 name ++;
6 while (name[0]);
7 asm ("" : "=r" (name));