aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-into-ssa.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-into-ssa.cc')
-rw-r--r--gcc/tree-into-ssa.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-into-ssa.cc b/gcc/tree-into-ssa.cc
index 78d5b92..4e80ffa 100644
--- a/gcc/tree-into-ssa.cc
+++ b/gcc/tree-into-ssa.cc
@@ -196,7 +196,7 @@ var_info_hasher::equal (const value_type &p1, const compare_type &p2)
}
-/* Each entry in VAR_INFOS contains an element of type STRUCT
+/* Each entry in VAR_INFOS contains an element of type STRUCT
VAR_INFO_D. */
static hash_table<var_info_hasher> *var_infos;
@@ -1401,7 +1401,7 @@ rewrite_stmt (gimple_stmt_iterator *si)
/* Do not insert debug stmts if the stmt ends the BB. */
if (stmt_ends_bb_p (stmt))
continue;
-
+
tracked_var = target_for_debug_bind (var);
if (tracked_var)
{