Update interpret step

This commit is contained in:
kadmin
2020-11-07 00:49:55 +00:00
parent 89f45ed9f3
commit 37a6c04718
3 changed files with 13 additions and 3 deletions

View File

@@ -428,6 +428,7 @@ impl Visitor<'_> for UsedLocals {
fn visit_statement(&mut self, statement: &Statement<'tcx>, location: Location) {
match statement.kind {
StatementKind::LlvmInlineAsm(..)
| StatementKind::CopyNonOverlapping(..)
| StatementKind::Retag(..)
| StatementKind::Coverage(..)
| StatementKind::FakeRead(..)