]> git.lizzy.rs Git - rust.git/blobdiff - tests/mir-opt/div_overflow.const_divisor.PreCodegen.after.mir
Rollup merge of #107719 - WaffleLapkin:de-arena-allocates-you-UwU, r=cjgillot
[rust.git] / tests / mir-opt / div_overflow.const_divisor.PreCodegen.after.mir
index 7b7ab1978258fe21c9adf5f2c2e49e79b473ca5e..5526a194be563cb8ab98f4c0b4cab1669ed90ef4 100644 (file)
@@ -5,7 +5,7 @@ fn const_divisor(_1: i32) -> i32 {
     let mut _0: i32;                     // return place in scope 0 at $DIR/div_overflow.rs:+0:33: +0:36
 
     bb0: {
-        _0 = Div(move _1, const 256_i32); // scope 0 at $DIR/div_overflow.rs:+1:5: +1:12
+        _0 = Div(_1, const 256_i32);     // scope 0 at $DIR/div_overflow.rs:+1:5: +1:12
         return;                          // scope 0 at $DIR/div_overflow.rs:+2:2: +2:2
     }
 }