diff options
-rw-r--r-- | llvm/include/llvm/Transforms/InstCombine/InstCombine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/InstCombine/InstCombine.h b/llvm/include/llvm/Transforms/InstCombine/InstCombine.h index 3d24d633589..f48ec13107b 100644 --- a/llvm/include/llvm/Transforms/InstCombine/InstCombine.h +++ b/llvm/include/llvm/Transforms/InstCombine/InstCombine.h @@ -24,7 +24,7 @@ namespace llvm { -class LLVM_LIBRARY_VISIBILITY InstCombinePass { +class InstCombinePass { InstCombineWorklist Worklist; public: |