Commit 7cd9b028 by Andrew Pinski Committed by Andrew Pinski

20040514-1.c: Add '}' that was forgotten.

2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.

From-SVN: r81900
parent c8e20bd0
2004-05-15 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
2004-05-15 Bud Davis <bdavis9659@comcast.net> 2004-05-15 Bud Davis <bdavis9659@comcast.net>
PR fortran/15311 PR fortran/15311
......
...@@ -12,6 +12,7 @@ int t( int i) ...@@ -12,6 +12,7 @@ int t( int i)
j = 0; j = 0;
end: end:
return j; return j;
}
/* Should have no ifs left after straightening. */ /* Should have no ifs left after straightening. */
/* { dg-final { scan-tree-dump-times "if " 0 "phiopt1"} } */ /* { dg-final { scan-tree-dump-times "if " 0 "phiopt1"} } */
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