Commit 188eb577 by Jeff Law

Fix typo.

From-SVN: r201908
parent b9ebee5d
...@@ -1271,6 +1271,7 @@ register_jump_thread (vec<edge> path) ...@@ -1271,6 +1271,7 @@ register_jump_thread (vec<edge> path)
throughout. */ throughout. */
edge e = path[0]; edge e = path[0];
edge e2 = path[1]; edge e2 = path[1];
edge e3;
if (path.length () <= 2) if (path.length () <= 2)
e3 = NULL; e3 = NULL;
......
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