]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/mir/place.rs
Reduced line length to pass tidy
[rust.git] / src / librustc_codegen_llvm / mir / place.rs
index 46108615562afcd382a4b8f76307c76e4dcdeb93..4dc9eeb5a9ff789c443e5d845525b88eb5c4b5f0 100644 (file)
@@ -430,7 +430,7 @@ pub fn storage_dead(&self, bx: &Builder<'a, 'll, 'tcx>) {
     }
 }
 
-impl FunctionCx<'a, 'll, 'tcx> {
+impl FunctionCx<'a, 'll, 'tcx, &'ll Value> {
     pub fn codegen_place(&mut self,
                         bx: &Builder<'a, 'll, 'tcx>,
                         place: &mir::Place<'tcx>)