This is an archive of the discontinued LLVM Phabricator instance.

[mips][FastISel] A store is not a load.
ClosedPublic

Authored by sdardis on Apr 29 2016, 8:52 AM.

Details

Summary

Correct trivial error. One of the failing tests from PR/27458.

Diff Detail

Event Timeline

sdardis updated this revision to Diff 55607.Apr 29 2016, 8:52 AM
sdardis retitled this revision from to [mips][FastISel] A store is not a load..
sdardis updated this object.
sdardis added a reviewer: dsanders.
sdardis set the repository for this revision to rL LLVM.
sdardis added a subscriber: llvm-commits.
mcrosier accepted this revision.Apr 29 2016, 8:55 AM
mcrosier added a reviewer: mcrosier.
mcrosier added a subscriber: mcrosier.

Pretty obvious. LGTM.

This revision is now accepted and ready to land.Apr 29 2016, 8:55 AM
sdardis closed this revision.Apr 29 2016, 9:15 AM

Thanks, Committed as rL268053.