File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed
Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ int check_refname_format(const char *refname, int flags)
153153 const __m128i tilde_lb = _mm_set1_epi8 ('~' - 1 );
154154
155155 int component_count = 0 ;
156- int orig_flags = flags ;
157156
158157 if (refname [0 ] == 0 || refname [0 ] == '/' ) {
159158 /* entirely empty ref or initial ref component */
@@ -179,7 +178,7 @@ int check_refname_format(const char *refname, int flags)
179178 * End-of-page; fall back to slow method for
180179 * this entire ref.
181180 */
182- return check_refname_format_bytewise (refname , orig_flags );
181+ return check_refname_format_bytewise (refname , flags );
183182
184183 tmp = _mm_loadu_si128 ((__m128i * )cp );
185184 tmp1 = _mm_loadu_si128 ((__m128i * )(cp + 1 ));
Original file line number Diff line number Diff line change 5050 fun:copy_ref
5151}
5252{
53- ignore-sse-check_refname_format-addr
53+ ignore-sse-check_refname_format
5454 Memcheck:Addr8
5555 fun:check_refname_format
56- }
57- {
58- ignore-sse-check_refname_format-cond
59- Memcheck:Cond
60- fun:check_refname_format
61- }
62- {
63- ignore-sse-check_refname_format-value
64- Memcheck:Value8
65- fun:check_refname_format
56+ fun:cmd_check_ref_format
57+ fun:handle_builtin
58+ fun:main
6659}
You can’t perform that action at this time.
0 commit comments