Change the representation of MCCFIInstruction.
[oota-llvm.git] / include / llvm / MC / MCSectionMachO.h
index bdb17e9008b2d7ca3f885b1ba0a3871a58d9a3f2..71ea8f3e901d83b18ca45b7e9961cdf6a906bc07 100644 (file)
@@ -15,6 +15,7 @@
 #define LLVM_MC_MCSECTIONMACHO_H
 
 #include "llvm/MC/MCSection.h"
+#include "llvm/ADT/StringRef.h"
 
 namespace llvm {
 
@@ -173,7 +174,6 @@ public:
   static bool classof(const MCSection *S) {
     return S->getVariant() == SV_MachO;
   }
-  static bool classof(const MCSectionMachO *) { return true; }
 };
 
 } // end namespace llvm