This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Remove unused variable, add more semantic to Instruction.
ClosedPublic

Authored by gchatelet on Oct 10 2018, 12:48 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

gchatelet created this revision.Oct 10 2018, 12:48 AM
courbet accepted this revision.Oct 10 2018, 1:48 AM
courbet added inline comments.
tools/llvm-exegesis/lib/MCInstrDescView.h
116 ↗(On Diff #168942)

alias*

120 ↗(On Diff #168942)

ditto

This revision is now accepted and ready to land.Oct 10 2018, 1:48 AM
gchatelet updated this revision to Diff 168954.Oct 10 2018, 2:13 AM
  • Fix aliases/alias
This revision was automatically updated to reflect the committed changes.