Commit d34c6479 by Uros Bizjak Committed by Uros Bizjak

pr81563.c (dg-final): Check that no registers are restored from %esp.

	* gcc.target/i386/pr81563.c (dg-final): Check that no
	registers are restored from %esp.

From-SVN: r272422
parent aa61ac43
2019-06-18 Uroš Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr81563.c (dg-final): Check that no
registers are restored from %esp.
2019-06-18 Richard Biener <rguenther@suse.de> 2019-06-18 Richard Biener <rguenther@suse.de>
PR debug/90900 PR debug/90900
......
...@@ -10,5 +10,4 @@ fn1 (long long int x) ...@@ -10,5 +10,4 @@ fn1 (long long int x)
return x; return x;
} }
/* { dg-final { scan-assembler-times "movl\[\\t \]*-8\\(%ebp\\),\[\\t \]*%esi" 1 } } */ /* { dg-final { scan-assembler-not "movl\[ \\t\]+\[0-9]*\\(%esp\\)" } } */
/* { dg-final { scan-assembler-times "movl\[\\t \]*-4\\(%ebp\\),\[\\t \]*%edi" 1 } } */
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