forked from OSchip/llvm-project
Add visibility attribute for InstCombinePass (r226987).
Warning by gcc: 'llvm::InstCombinePass' declared with greater visibility than the type of its field 'llvm::InstCombinePass::Worklist' [-Wattributes] llvm-svn: 227013
This commit is contained in:
parent
4d50b6c306
commit
87aada2d3c
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
class InstCombinePass {
|
class LLVM_LIBRARY_VISIBILITY InstCombinePass {
|
||||||
InstCombineWorklist Worklist;
|
InstCombineWorklist Worklist;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue