This is an archive of the discontinued LLVM Phabricator instance.

[ARM] CodeGen: Remove AddDefaultCC
ClosedPublic

Authored by rovka on Jan 11 2017, 4:35 AM.

Details

Summary

Replace all uses of AddDefaultCC with add(condCodeOp()).
The transformation has been done automatically with a custom tool based on Clang
AST Matchers + RefactoringTool.

Diff Detail

Repository
rL LLVM

Event Timeline

rovka updated this revision to Diff 83959.Jan 11 2017, 4:35 AM
rovka retitled this revision from to [ARM] CodeGen: Remove AddDefaultCC.
rovka updated this object.
rovka added reviewers: MatzeB, kristof.beyls.
rovka added subscribers: llvm-commits, rengolin.
MatzeB accepted this revision.Jan 11 2017, 9:29 AM
MatzeB edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 11 2017, 9:29 AM
This revision was automatically updated to reflect the committed changes.