Skip to content

Commit 8648be6

Browse files
authored
Remove superfluous comment.
1 parent 39e2724 commit 8648be6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler-builtins/src/mem/x86_64.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,6 @@ pub unsafe fn c_string_length(s: *const core::ffi::c_char) -> usize {
185185
"xor %ecx, %ecx",
186186
"not %rcx",
187187

188-
// forward direction
189-
// (already set thanks to abi)
190-
//"cld",
191-
192188
// perform search
193189
"repne scasb (%rdi), %al",
194190

0 commit comments

Comments
 (0)