Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / pr23445.c
blob3ddf9b702c7b7f62b556b7a5280b4b5716476535
1 struct buffer_head {
2 char *b_data;
3 };
4 void asfs_deletebnode( struct buffer_head *bhsec) {
5 if (bhsec == 0) {
6 void *bnc2 = (void *) bhsec->b_data;
7 if (bnc2) return;
8 if (bhsec) __brelse(bhsec);