Commit 89422e47 by Andrew Pinski Committed by Andrew Pinski

ssa-sra-1.C: Fix comment.

2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>

        * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
        * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.

From-SVN: r82574
parent 3facc4b6
2004-06-02 Andrew Pinski <pinskia@physics.uc.edu>
* g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
* g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
PR tree-optimization/14736
* g++.dg/tree-ssa/ssa-cast-1.C: New Test.
......
......@@ -55,6 +55,6 @@ void temp()
link_error();
}
/* We should removed the casts from pointers to references and caused SRA to happen. */
/* We should have removed the casts from pointers to references and caused SRA to happen. */
/* { dg-final { scan-tree-dump-times "link_error" 0 "vars"} } */
......@@ -47,5 +47,5 @@ void test()
link_error();
}
/* We should removed the casts from pointers to references and caused SRA to happen. */
/* We should have removed the casts from pointers to references and caused SRA to happen. */
/* { dg-final { scan-tree-dump-times "link_error" 0 "vars"} } */
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