diff options
author | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | 2015-01-24 20:35:36 +0000 |
---|---|---|
committer | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | 2015-01-24 20:35:36 +0000 |
commit | d03dad8b4be7a130bd1f23faa896e517dab4a689 (patch) | |
tree | 5ffa501deffc1de8c484ea2370cab8cceffbcfe1 | |
parent | 903678caa0c0059a7b9363b2f3ba96286e1b358f (diff) | |
download | bcm5719-llvm-d03dad8b4be7a130bd1f23faa896e517dab4a689.tar.gz bcm5719-llvm-d03dad8b4be7a130bd1f23faa896e517dab4a689.zip |
Revert r227013 "Add visibility attribute for InstCombinePass (r226987)."
Buildbot breakage.
http://lab.llvm.org:8011/builders/clang-hexagon-elf/builds/21749
llvm-svn: 227016
-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: |