This is an archive of the discontinued LLVM Phabricator instance.

Get rid of dead code: SelectAtomic64 in X86ISelDAGtoDAG.cpp
ClosedPublic

Authored by morisset on Aug 11 2014, 3:13 PM.

Details

Reviewers
jfb
Summary

This method seems to have been dead since
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140630/224116.html
Since it is private, it is unlikely to be used by anyone outside of tree so
this patch just removes it.

Diff Detail

Event Timeline

morisset updated this revision to Diff 12368.Aug 11 2014, 3:13 PM
morisset retitled this revision from to Get rid of dead code: SelectAtomic64 in X86ISelDAGtoDAG.cpp.
morisset updated this object.
morisset edited the test plan for this revision. (Show Details)
morisset added a reviewer: jfb.
morisset added a subscriber: Unknown Object (MLST).
jfb accepted this revision.Aug 11 2014, 5:32 PM
jfb edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Aug 11 2014, 5:32 PM
morisset closed this revision.Aug 15 2014, 4:46 PM

commited in r215789