This is an archive of the discontinued LLVM Phabricator instance.

start to clean up buildMI calls in mips fast-isel
ClosedPublic

Authored by rkotler on May 18 2014, 8:24 PM.

Diff Detail

Event Timeline

rkotler updated this revision to Diff 9521.May 18 2014, 8:24 PM
rkotler retitled this revision from to start to clean up buildMI calls in mips fast-isel.
rkotler updated this object.
rkotler edited the test plan for this revision. (Show Details)
rkotler added a reviewer: dsanders.
dsanders accepted this revision.EditedJun 2 2014, 2:38 AM
dsanders edited edge metadata.

LGTM a whitespace nit

lib/Target/Mips/MipsFastISel.cpp
99–101

I see the benefit to the other two but I don't think there's really a need for this one since it's only used once. Changing it isn't required but I'd recommend it.

By the way, there's a space before one of the commas.

This revision is now accepted and ready to land.Jun 2 2014, 2:38 AM
rkotler closed this revision.Jun 7 2014, 8:12 PM