ValueTracking.h Don't mark header functions as file-scope static
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 24 Oct 2017 17:29:14 +0000 (17:29 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 24 Oct 2017 17:29:14 +0000 (17:29 +0000)
commit9c56a58aeb0732f9f6af99d3d6e6310f7a6a5622
tree09348daeb98361ddc50d4a4e12cf0ac27ac08e27
parent21b7fc5016a63d6f36027d2a16fd2984ba06c9af
ValueTracking.h 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: 316476
llvm/include/llvm/Analysis/ValueTracking.h