Misc changes

This commit is contained in:
bjorn3 2019-02-06 19:07:21 +01:00
parent 43f4dc6220
commit c6bf784d39
2 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,6 @@ cd $(dirname "$0")
cargo clean
rm Cargo.lock 2>/dev/null || true
rm -r sysroot 2>/dev/null || true
rm -r target 2>/dev/null || true
# FIXME find a better way to get the target triple
unamestr=`uname`

View file

@ -356,8 +356,7 @@ fn local_place<'a, 'tcx: 'a>(
local, ty, size.bytes(), align.abi.bytes(), align.pref.bytes(),
)),
_ => unreachable!(),
};
}
}
// Take stack_addr in advance to avoid many duplicate instructions