llvm/include
Chandler Carruth 913bb512ce [PM] Sink the "Expression" type for GVN into the class as a private
member type.

Because of how this type is used by the ValueTable, it cannot actually
have hidden visibility. GCC actually nicely warns about this but Clang
just silently ... I don't even know. =/ We should do a better job either
way though.

This should resolve a bunch of the GCC warnings about visibility that
the port of GVN triggered and make the visibility story a bit more
correct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263250 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-11 16:25:19 +00:00
..
llvm [PM] Sink the "Expression" type for GVN into the class as a private 2016-03-11 16:25:19 +00:00
llvm-c Use lto_bool_t instead of a raw bool (fixup for r262977). 2016-03-09 04:05:28 +00:00