From 62c3d80359a226266114dcc8d32c82f5ab5aef74 Mon Sep 17 00:00:00 2001 From: Patrik Hagglund Date: Sat, 24 Jan 2015 20:35:36 +0000 Subject: [PATCH] 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 --- include/llvm/Transforms/InstCombine/InstCombine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: