X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FOcamlGC.cpp;h=48db200c513cd2a54d6767d017848e97d5e03897;hb=487ecab8d41e70700ca27895127b99f955e31fd0;hp=5c6e29a6b0079e5d056c45599def04437136ef91;hpb=5c1799b29375fcd899f67a31fb4dda4ef3e2127f;p=oota-llvm.git diff --git a/lib/CodeGen/OcamlGC.cpp b/lib/CodeGen/OcamlGC.cpp index 5c6e29a6b00..48db200c513 100644 --- a/lib/CodeGen/OcamlGC.cpp +++ b/lib/CodeGen/OcamlGC.cpp @@ -20,7 +20,7 @@ using namespace llvm; namespace { - class VISIBILITY_HIDDEN OcamlGC : public GCStrategy { + class OcamlGC : public GCStrategy { public: OcamlGC(); };