diff --git a/include/llvm/Transforms/InstCombine/InstCombine.h b/include/llvm/Transforms/InstCombine/InstCombine.h index 3d24d633589..f48ec13107b 100644 --- a/include/llvm/Transforms/InstCombine/InstCombine.h +++ b/include/llvm/Transforms/InstCombine/InstCombine.h @@ -24,7 +24,7 @@ namespace llvm { -class LLVM_LIBRARY_VISIBILITY InstCombinePass { +class InstCombinePass { InstCombineWorklist Worklist; public: