debugging log message for liveins
This commit is contained in:
@@ -987,6 +987,10 @@ impl<'a, F: Function> Env<'a, F> {
|
|||||||
.next()
|
.next()
|
||||||
.is_some()
|
.is_some()
|
||||||
{
|
{
|
||||||
|
log::debug!(
|
||||||
|
"non-empty liveins to entry block: {:?}",
|
||||||
|
self.liveins[self.func.entry_block().index()]
|
||||||
|
);
|
||||||
return Err(RegAllocError::EntryLivein);
|
return Err(RegAllocError::EntryLivein);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user