Commit fcbc975b by Martin Liska Committed by Martin Liska

Fix typo in IPA ICF

	* ipa-icf.c (sem_variable::merge): Replace adress
	with address.
	* gcc.dg/ipa/pr77653.c: Replace adress
	with address.

From-SVN: r240399
parent 4040b89a
2016-09-23 Martin Liska <mliska@suse.cz>
* ipa-icf.c (sem_variable::merge): Replace adress
with address.
2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
* config/arm/arm-arches.def ("armv8.1-a"): Add FL_CRC32.
......
......@@ -2225,7 +2225,7 @@ sem_variable::merge (sem_item *alias_item)
{
if (dump_file)
fprintf (dump_file,
"Not unifying; adress of original may be compared.\n\n");
"Not unifying; address of original may be compared.\n\n");
return false;
}
......
2016-09-23 Martin Liska <mliska@suse.cz>
* gcc.dg/ipa/pr77653.c: Replace adress
with address.
2016-09-23 Martin Liska <mliska@suse.cz>
* gcc.target/i386/movbe-4.c: New test.
2016-09-23 Martin Liska <mliska@suse.cz>
......
......@@ -21,4 +21,4 @@ int main ()
}
/* { dg-final { scan-ipa-dump "Equal symbols: 1" "icf" } } */
/* { dg-final { scan-ipa-dump "Not unifying; adress of original may be compared." "icf" } } */
/* { dg-final { scan-ipa-dump "Not unifying; address of original may be compared." "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