[StackMaps] Allow the target to pre-process the live-out mask
[oota-llvm.git] / lib / CodeGen / OcamlGC.cpp
index 0b90444406da2bdbbd676699c5341466b2d4c272..48db200c513cd2a54d6767d017848e97d5e03897 100644 (file)
@@ -9,18 +9,18 @@
 //
 // This file implements lowering for the llvm.gc* intrinsics compatible with
 // Objective Caml 3.10.0, which uses a liveness-accurate static stack map.
-// 
+//
 // The frametable emitter is in OcamlGCPrinter.cpp.
 //
 //===----------------------------------------------------------------------===//
-                        
+
 #include "llvm/CodeGen/GCs.h"
 #include "llvm/CodeGen/GCStrategy.h"
 
 using namespace llvm;
 
 namespace {
-  class VISIBILITY_HIDDEN OcamlGC : public GCStrategy {
+  class OcamlGC : public GCStrategy {
   public:
     OcamlGC();
   };