From: Patrik Hagglund Date: Sat, 24 Jan 2015 20:35:36 +0000 (+0000) Subject: Revert r227013 "Add visibility attribute for InstCombinePass (r226987)." X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=62c3d80359a226266114dcc8d32c82f5ab5aef74;p=oota-llvm.git Revert r227013 "Add visibility attribute for InstCombinePass (r226987)." Buildbot breakage. http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/21749 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227016 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: