This is an archive of the discontinued LLVM Phabricator instance.

Remove some useless typedef's.
ClosedPublic

Authored by sas on Oct 26 2015, 1:23 PM.

Details

Summary

This does not have any functionnal difference but I found myself
searching for 'struct RegisterInfo$' to find a definition and couldn't
find it. The version without typedef seems more common so let's try and
be consistent.

Diff Detail

Repository
rL LLVM

Event Timeline

sas updated this revision to Diff 38455.Oct 26 2015, 1:23 PM
sas retitled this revision from to Remove some useless typedef's..
sas updated this object.
sas added reviewers: clayborg, zturner.
sas added a subscriber: lldb-commits.
zturner accepted this revision.Oct 26 2015, 1:25 PM
zturner edited edge metadata.
This revision is now accepted and ready to land.Oct 26 2015, 1:25 PM
clayborg accepted this revision.Oct 26 2015, 1:44 PM
clayborg edited edge metadata.
This revision was automatically updated to reflect the committed changes.