We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c4e5c commit df66b8bCopy full SHA for df66b8b
compiler/rustc_codegen_llvm/src/attributes.rs
@@ -331,7 +331,7 @@ pub fn from_fn_attrs<'ll, 'tcx>(
331
to_add.push(llvm::CreateAttrString(cx.llcx, "use-sample-profile"));
332
}
333
334
- // FIXME: none of these three functions interact with source level attributes.
+ // FIXME: none of these functions interact with source level attributes.
335
to_add.extend(frame_pointer_type_attr(cx));
336
to_add.extend(instrument_function_attr(cx));
337
to_add.extend(nojumptables_attr(cx));
0 commit comments