Skip to content

Commit 8e61f0d

Browse files
authored
cg_llvm: add a pause to make comment less confusing
1 parent a3f2d5a commit 8e61f0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/rustc_codegen_llvm/src/mono_item.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ impl CodegenCx<'_, '_> {
153153
return false;
154154
}
155155

156-
// With pie relocation model calls of functions defined in the translation
156+
// With pie relocation model, calls of functions defined in the translation
157157
// unit can use copy relocations.
158158
if self.tcx.sess.relocation_model() == RelocModel::Pie && !is_declaration {
159159
return true;

0 commit comments

Comments
 (0)