This is an archive of the discontinued LLVM Phabricator instance.

[mips] Removed MipsCC::fixedArgFn(). NFC
ClosedPublic

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

Details

Summary

There is one remaining trace of it in MipsCC::analyzeCallOperands() where
Mips16 might override the calling convention. This will moved into
tablegen-erated code later.

Depends on D5965

Diff Detail

Event Timeline

dsanders updated this revision to Diff 15396.Oct 24 2014, 3:46 AM
dsanders retitled this revision from to [mips] Removed MipsCC::fixedArgFn(). 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, 6:39 AM
vmedic edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 24 2014, 6:39 AM
dsanders closed this revision.Nov 1 2014, 10:55 AM