fail11-frag.c: Adjust to not look like memset.

2012-07-13  Richard Guenther  <rguenther@suse.de>

	* testsuite/libmudflap.c/fail11-frag.c: Adjust to not look like memset.
	* testsuite/libmudflap.c/fail12-frag.c: Likewise.

From-SVN: r189463
This commit is contained in:
Richard Guenther 2012-07-13 13:11:37 +00:00 committed by Richard Biener
parent a8ab21e5e6
commit b61d865775
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-07-13 Richard Guenther <rguenther@suse.de>
* testsuite/libmudflap.c/fail11-frag.c: Adjust to not look like memset.
* testsuite/libmudflap.c/fail12-frag.c: Likewise.
2012-05-29 Joseph Myers <joseph@codesourcery.com>
* mf-impl.h: Fix typo.

View File

@ -10,7 +10,7 @@ y = x;
while (i--)
{
++x;
*x = 0;
*x = i;
}
return 0;
}

View File

@ -10,7 +10,7 @@ y = x;
while (i--)
{
++x;
*x = 0;
*x = i;
}
return 0;
}