IndirectCallSiteVisitor.h:findIndirectCallSites Don't mark header functions as file...
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 24 Oct 2017 17:29:12 +0000 (17:29 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 24 Oct 2017 17:29:12 +0000 (17:29 +0000)
commit789647686ca4ad39a15c00540f859ebe08ff1460
treeb87601222ab3ecc07bdf7cf93d674b3e86419261
parentbbef4d6c081683eb43aab5f838c75aaad6f25476
IndirectCallSiteVisitor.h:findIndirectCallSites Don't mark header functions as file-scope static

This creates ODR violations if the function is called from another inline                                                                   function in a header and also creates binary bloat from duplicate definitions.

llvm-svn: 316474
llvm/include/llvm/Analysis/IndirectCallSiteVisitor.h