2015-11-12 Tom de Vries <tom@codesourcery.com>
* gen-pass-instances.awk (handle_line): Simplify init of
postfix_starts_at.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230219
138bc75d-0d04-0410-961f-
82ee72b054a4
+2015-11-12 Tom de Vries <tom@codesourcery.com>
+
+ * gen-pass-instances.awk (handle_line): Simplify init of
+ postfix_starts_at.
+
2015-11-12 Tom de Vries <tom@codesourcery.com>
* gen-pass-instances.awk (handle_line): Rename var where to
prefix = substr(line, 1, prefix_len);
# Find call expression postfix
- postfix_starts_at = pass_starts_at + len_of_pass_name + len_of_close;
+ postfix_starts_at = call_starts_at + len_of_call;
postfix = substr(line, postfix_starts_at);
# Set pass_counts