This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fixed warning related to unused variable in Liveness.
ClosedPublic

Authored by dfki-mako on Apr 27 2020, 3:27 AM.

Details

Summary

The latest changes of the Liveness analysis caused a warning related to an unused variable. This commit solves this warning.

Diff Detail

Event Timeline

dfki-mako created this revision.Apr 27 2020, 3:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2020, 3:27 AM
dfki-mako added a project: Restricted Project.
herhut accepted this revision.Apr 27 2020, 4:03 AM

Thanks!

This revision is now accepted and ready to land.Apr 27 2020, 4:03 AM
This revision was automatically updated to reflect the committed changes.