mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
Whitespace fixes
This commit is contained in:
parent
31ab573052
commit
b2536781af
@ -523,14 +523,14 @@ impl<'a, 'mir, 'tcx> ConstPropagator<'a, 'mir, 'tcx> {
|
|||||||
rval: &mut Rvalue<'tcx>,
|
rval: &mut Rvalue<'tcx>,
|
||||||
value: Const<'tcx>,
|
value: Const<'tcx>,
|
||||||
source_info: SourceInfo,
|
source_info: SourceInfo,
|
||||||
) {
|
) {
|
||||||
trace!("attepting to replace {:?} with {:?}", rval, value);
|
trace!("attepting to replace {:?} with {:?}", rval, value);
|
||||||
self.ecx.validate_operand(
|
self.ecx.validate_operand(
|
||||||
value,
|
value,
|
||||||
vec![],
|
vec![],
|
||||||
None,
|
None,
|
||||||
true,
|
true,
|
||||||
).expect("value should already be a valid const");
|
).expect("value should already be a valid const");
|
||||||
|
|
||||||
// FIXME> figure out what tho do when try_read_immediate fails
|
// FIXME> figure out what tho do when try_read_immediate fails
|
||||||
let imm = self.use_ecx(source_info, |this| {
|
let imm = self.use_ecx(source_info, |this| {
|
||||||
|
Loading…
Reference in New Issue
Block a user