]> git.lizzy.rs Git - rust.git/blobdiff - tests/mir-opt/div_overflow.const_dividend.PreCodegen.after.mir
Auto merge of #107443 - cjgillot:generator-less-query, r=compiler-errors
[rust.git] / tests / mir-opt / div_overflow.const_dividend.PreCodegen.after.mir
index d7f66a6bf4d56816ba163731a309910cfe2d39c6..1a7fb916e56dbaf3d8ba15a4e84b422557117c16 100644 (file)
@@ -11,7 +11,7 @@ fn const_dividend(_1: i32) -> i32 {
     }
 
     bb1: {
-        _0 = Div(const 256_i32, move _1); // scope 0 at $DIR/div_overflow.rs:+1:5: +1:12
+        _0 = Div(const 256_i32, _1);     // scope 0 at $DIR/div_overflow.rs:+1:5: +1:12
         return;                          // scope 0 at $DIR/div_overflow.rs:+2:2: +2:2
     }
 }