Skip to content

Commit 3198797

Browse files
Remove outdated comment
1 parent bd009dc commit 3198797

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustc_trans/common.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@ pub struct FunctionContext<'a, 'tcx: 'a> {
229229
// section of the executable we're generating.
230230
pub llfn: ValueRef,
231231

232-
// These pub elements: "hoisted basic blocks" containing
233-
// administrative activities that have to happen in only one place in
234-
// the function, due to LLVM's quirks.
235232
// A marker for the place where we want to insert the function's static
236233
// allocas, so that LLVM will coalesce them into a single alloca call.
237234
alloca_insert_pt: Option<ValueRef>,

0 commit comments

Comments
 (0)