This is an archive of the discontinued LLVM Phabricator instance.

[mips][ias] Move createCpRestoreMemOp to MipsTargetStreamer. NFC.
ClosedPublic

Authored by dsanders on Apr 29 2016, 1:43 AM.

Details

Summary

This removes the temporary call to isIntegratedAssemblerRequired() which was
added recently. It's effect is now acheived directly in the MipsTargetStreamer
hierarchy.

Depends on D19714.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 55547.Apr 29 2016, 1:43 AM
dsanders retitled this revision from to [mips][ias] Move createCpRestoreMemOp to MipsTargetStreamer. NFC..
dsanders updated this object.
dsanders added a reviewer: sdardis.
dsanders added a subscriber: llvm-commits.
sdardis accepted this revision.Apr 29 2016, 7:39 AM
sdardis edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Apr 29 2016, 7:39 AM
dsanders closed this revision.Apr 29 2016, 9:22 AM