This is an archive of the discontinued LLVM Phabricator instance.

[mips] Remove MipsCC::CCInfo. NFC.
ClosedPublic

Authored by dsanders on Oct 24 2014, 3:48 AM.

Details

Summary

It's now passed in as an argument to functions that need it. Eventually
this argument will be replaced by the 'this' pointer for a MipsCCState
object.

Depends on D5966

Diff Detail

Event Timeline

dsanders updated this revision to Diff 15397.Oct 24 2014, 3:48 AM
dsanders retitled this revision from to [mips] Remove MipsCC::CCInfo. NFC..
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added a reviewer: vmedic.
dsanders added a subscriber: Unknown Object (MLST).
vmedic accepted this revision.Oct 24 2014, 7:27 AM
vmedic edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 24 2014, 7:27 AM
dsanders closed this revision.Nov 1 2014, 11:24 AM