]> git.lizzy.rs Git - rust.git/commitdiff
Remove outdated comment
authorMark Simulacrum <mark.simulacrum@gmail.com>
Tue, 20 Dec 2016 02:17:03 +0000 (19:17 -0700)
committerMark Simulacrum <mark.simulacrum@gmail.com>
Wed, 21 Dec 2016 03:04:45 +0000 (20:04 -0700)
src/librustc_trans/common.rs

index b9e17c53c0afbe65c9915096415b3e3f7fb123ab..59a44133f743a24f813be0e3049b13135a1f2ba2 100644 (file)
@@ -229,9 +229,6 @@ pub struct FunctionContext<'a, 'tcx: 'a> {
     // section of the executable we're generating.
     pub llfn: ValueRef,
 
-    // These pub elements: "hoisted basic blocks" containing
-    // administrative activities that have to happen in only one place in
-    // the function, due to LLVM's quirks.
     // A marker for the place where we want to insert the function's static
     // allocas, so that LLVM will coalesce them into a single alloca call.
     alloca_insert_pt: Option<ValueRef>,