Change the default of AsmWriterClassName and isMCAsmWriter.
[oota-llvm.git] / lib / Target / Hexagon / HexagonSubtarget.h
index e8711103d0d972742701e3277e78f059f5d68424..690bef0d7296107b3115ffde68399fba3c651fc9 100644 (file)
@@ -27,7 +27,7 @@
 namespace llvm {
 
 class HexagonSubtarget : public HexagonGenSubtargetInfo {
-
+  virtual void anchor();
   bool UseMemOps;
   bool ModeIEEERndNear;
 
@@ -42,7 +42,6 @@ public:
 
 public:
   HexagonSubtarget(StringRef TT, StringRef CPU, StringRef FS);
-  virtual ~HexagonSubtarget();
 
   /// getInstrItins - Return the instruction itineraies based on subtarget
   /// selection.