This is an archive of the discontinued LLVM Phabricator instance.

IRMover: Merge flags LinkModuleInlineAsm and IsPerformingImport.
ClosedPublic

Authored by pcc on Feb 2 2017, 1:25 PM.

Details

Summary

Currently these flags are always in the inverse of each other, so there is
no need to keep them separate.

Depends on D29470

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Feb 2 2017, 1:25 PM
mehdi_amini accepted this revision.Feb 2 2017, 4:37 PM

Thanks for the cleanup!

LGTM.

This revision is now accepted and ready to land.Feb 2 2017, 4:37 PM
This revision was automatically updated to reflect the committed changes.