]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/mir/block.rs
Reduced line length to pass tidy
[rust.git] / src / librustc_codegen_llvm / mir / block.rs
index aeca4f1469ffc0ef73e139853b9d715b97de9f05..aade88648641498bf4c8f164d45ca48c13fbf3c3 100644 (file)
@@ -34,7 +34,7 @@
 use super::operand::OperandRef;
 use super::operand::OperandValue::{Pair, Ref, Immediate};
 
-impl FunctionCx<'a, 'll, 'tcx> {
+impl FunctionCx<'a, 'll, 'tcx, &'ll Value> {
     pub fn codegen_block(&mut self, bb: mir::BasicBlock) {
         let mut bx = self.build_block(bb);
         let data = &self.mir[bb];