Skip to content

Commit df66b8b

Browse files
committed
rustc_codegen_llvm: remove outdated count in comment
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 94c4e5c commit df66b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_llvm/src/attributes.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ pub fn from_fn_attrs<'ll, 'tcx>(
331331
to_add.push(llvm::CreateAttrString(cx.llcx, "use-sample-profile"));
332332
}
333333

334-
// FIXME: none of these three functions interact with source level attributes.
334+
// FIXME: none of these functions interact with source level attributes.
335335
to_add.extend(frame_pointer_type_attr(cx));
336336
to_add.extend(instrument_function_attr(cx));
337337
to_add.extend(nojumptables_attr(cx));

0 commit comments

Comments
 (0)