This is an archive of the discontinued LLVM Phabricator instance.

Makes promoteIndirectCall an external function.
ClosedPublic

Authored by danielcdh on Jan 23 2017, 3:03 PM.

Details

Summary

promoteIndirectCall should be a utility function that could be invoked by other optimization passes.

Event Timeline

danielcdh created this revision.Jan 23 2017, 3:03 PM
davidxl accepted this revision.Jan 23 2017, 3:18 PM

lgtm with the nits.

include/llvm/Transforms/Instrumentation.h
92

a --> an

extra space before ,

100

are used

This revision is now accepted and ready to land.Jan 23 2017, 3:18 PM
danielcdh closed this revision.Jan 23 2017, 3:29 PM