Commit fb3c516f by Jan Hubicka Committed by Jan Hubicka

vrp11.c: Fix thinkos in my last patch.

	* gcc.dg/tree-ssa/vrp11.c: Fix thinkos in my last patch.
	* gcc.dg/always_inline3.c: Update for pre-inline tail recursion
	elimination.

From-SVN: r120779
parent 30beae0c
2007-01-14 Jan Hubicka <jh@suse.cz>
* gcc.dg/tree-ssa/vrp11.c: Fix thinkos in my last patch.
* gcc.dg/always_inline3.c: Update for pre-inline tail recursion
elimination.
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-vrp1 -fno-early-inlining" } */
int
inline int
bounce (int arg)
{
return arg;
......@@ -22,5 +22,5 @@ foo (int k, int j, int z)
return j+1;
}
/* { dg-final { scan-tree-dump-times "Folding predicate.*to 1" 1 "vrp2" } } */
/* { dg-final { scan-tree-dump-times "Folding predicate.*to 1" 1 "vrp1" } } */
/* { dg-final { cleanup-tree-dump "vrp1" } } */
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