Fix typo.
authorJeff Law <law@gcc.gnu.org>
Wed, 21 Aug 2013 19:42:11 +0000 (13:42 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 21 Aug 2013 19:42:11 +0000 (13:42 -0600)
From-SVN: r201908

gcc/tree-ssa-threadupdate.c

index e84542c..259a691 100644 (file)
@@ -1271,6 +1271,7 @@ register_jump_thread (vec<edge> path)
      throughout.  */
   edge e = path[0];
   edge e2 = path[1];
+  edge e3;
 
   if (path.length () <= 2)
     e3 = NULL;