This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Remove unused MC function
ClosedPublic

Authored by samparker on Aug 14 2017, 1:48 AM.

Details

Summary

An unused function warning was raised in https://bugs.llvm.org/show_bug.cgi?id=34178. The offending function, in AArch64MCCodeEmitter.cpp, was committed by me last week.

Diff Detail

Repository
rL LLVM

Event Timeline

samparker created this revision.Aug 14 2017, 1:48 AM
fhahn accepted this revision.Aug 14 2017, 1:49 AM

LGTM. It's not used at the moment and should be removed.

This revision is now accepted and ready to land.Aug 14 2017, 1:49 AM
This revision was automatically updated to reflect the committed changes.