diff options
| author | Miguel Ojeda <ojeda@kernel.org> | 2023-10-19 23:35:30 +0200 |
|---|---|---|
| committer | Miguel Ojeda <ojeda@kernel.org> | 2023-11-30 12:27:19 +0100 |
| commit | d3c9964c2037034b42dac7ad40e9950de3063fd8 (patch) | |
| tree | c89309a20e096c18c224eb6923770c569dce01cd /compiler/rustc_codegen_llvm/src/attributes.rs | |
| parent | c52b8763bf36027f24baabe1f97cab3d3571c9e5 (diff) | |
| download | rust-d3c9964c2037034b42dac7ad40e9950de3063fd8.tar.gz rust-d3c9964c2037034b42dac7ad40e9950de3063fd8.zip | |
rustc_codegen_llvm: remove outdated count in comment
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/attributes.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/attributes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/attributes.rs b/compiler/rustc_codegen_llvm/src/attributes.rs index 92ae59ad352..3e8884e02e0 100644 --- a/compiler/rustc_codegen_llvm/src/attributes.rs +++ b/compiler/rustc_codegen_llvm/src/attributes.rs @@ -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)); |
