Skip to content

Commit fe88440

Browse files
committed
Add a comment
1 parent 83e80a7 commit fe88440

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_codegen_llvm/builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,6 +1472,7 @@ impl BuilderMethods<'a, 'tcx> for Builder<'a, 'll, 'tcx> {
14721472

14731473
impl StaticBuilderMethods<'tcx> for Builder<'a, 'll, 'tcx> {
14741474
fn get_static(&self, def_id: DefId) -> &'ll Value {
1475+
// Forward to the `get_static` method of `CodegenCx`
14751476
self.cx().get_static(def_id)
14761477
}
14771478
}

0 commit comments

Comments
 (0)