Skip to content

Commit bc02f85

Browse files
committed
Add comment
1 parent 9673536 commit bc02f85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/context.rs

+1
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ impl<'gcc, 'tcx> CodegenCx<'gcc, 'tcx> {
386386
impl<'gcc, 'tcx> BackendTypes for CodegenCx<'gcc, 'tcx> {
387387
type Value = RValue<'gcc>;
388388
type Metadata = RValue<'gcc>;
389+
// TODO(antoyo): change to Function<'gcc>.
389390
type Function = RValue<'gcc>;
390391

391392
type BasicBlock = Block<'gcc>;

0 commit comments

Comments
 (0)