Commit 0697ecea by Martin Liska Committed by Martin Liska

Fix typo in tests.

2019-06-04  Martin Liska  <mliska@suse.cz>

	* value-prof.c (dump_histogram_value): Fix typo.
	(gimple_mod_subtract_transform): Likewise.

From-SVN: r271904
parent 5fd8a9cb
2019-06-04 Martin Liska <mliska@suse.cz>
* value-prof.c (dump_histogram_value): Fix typo.
(gimple_mod_subtract_transform): Likewise.
2019-06-04 Richard Biener <rguenther@suse.de>
PR middle-end/90726
......
......@@ -44,4 +44,4 @@ main ()
return 0;
}
/* { dg-final { scan-ipa-dump-times "With total: 1 items" 5 "icf" } } */
/* { dg-final { scan-ipa-dump-times "with total: 1 items" 5 "icf" } } */
......@@ -19,4 +19,4 @@ real function f()
!$acc end parallel
end
! { dg-final { scan-ipa-dump-times "With total: 0 items" 5 "icf" } }
! { dg-final { scan-ipa-dump-times "with total: 0 items" 5 "icf" } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment