We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd009dc commit 3198797Copy full SHA for 3198797
src/librustc_trans/common.rs
@@ -229,9 +229,6 @@ pub struct FunctionContext<'a, 'tcx: 'a> {
229
// section of the executable we're generating.
230
pub llfn: ValueRef,
231
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.
235
// A marker for the place where we want to insert the function's static
236
// allocas, so that LLVM will coalesce them into a single alloca call.
237
alloca_insert_pt: Option<ValueRef>,
0 commit comments