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 e84542c93ff7f18422086de44ebf44420552abf2..259a691e32602f9d89a190787a6ca3de2254a5fc 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;