rustc_codegen_llvm: remove outdated count in comment
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
parent
c52b8763bf
commit
d3c9964c20
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ pub fn from_fn_attrs<'ll, 'tcx>(
|
|||
to_add.push(llvm::CreateAttrString(cx.llcx, "use-sample-profile"));
|
||||
}
|
||||
|
||||
// FIXME: none of these three functions interact with source level attributes.
|
||||
// FIXME: none of these functions interact with source level attributes.
|
||||
to_add.extend(frame_pointer_type_attr(cx));
|
||||
to_add.extend(instrument_function_attr(cx));
|
||||
to_add.extend(nojumptables_attr(cx));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue