summaryrefslogtreecommitdiff
path: root/lib/CodeGen/OcamlGC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/OcamlGC.cpp')
-rw-r--r--lib/CodeGen/OcamlGC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/OcamlGC.cpp b/lib/CodeGen/OcamlGC.cpp
index f7bc9f3d31..6ee5217fe6 100644
--- a/lib/CodeGen/OcamlGC.cpp
+++ b/lib/CodeGen/OcamlGC.cpp
@@ -21,7 +21,7 @@
using namespace llvm;
namespace {
- class VISIBILITY_HIDDEN OcamlGC : public GCStrategy {
+ class OcamlGC : public GCStrategy {
public:
OcamlGC();
};