This is an archive of the discontinued LLVM Phabricator instance.

[LLVM][NFC] remove unused fields
ClosedPublic

Authored by gchatelet on Aug 23 2019, 1:39 PM.

Details

Summary

Here is the commit introducing the fields
https://github.com/llvm/llvm-project/commit/cf6749e4c091

It dates back from 2006 and was used by AArch64 backend.
There is no more reference to these fields in the whole codebase so I think it's fine.

Diff Detail

Repository
rL LLVM

Event Timeline

gchatelet created this revision.Aug 23 2019, 1:39 PM
courbet accepted this revision.Aug 23 2019, 1:43 PM
This revision is now accepted and ready to land.Aug 23 2019, 1:43 PM
This revision was automatically updated to reflect the committed changes.