Change SectionKind to be a property that is true of a *section*, it
[oota-llvm.git] / lib / Target / XCore / XCoreTargetMachine.h
index e88c81b9bbd3dcccbbd2ef3142b8ac0dc2713fdf..dc06f51a6fb71020f2dd2f9e9e23eacf234d1f0e 100644 (file)
@@ -52,9 +52,6 @@ public:
 
   // Pass Pipeline Configuration
   virtual bool addInstSelector(PassManagerBase &PM, CodeGenOpt::Level OptLevel);
-  virtual bool addAssemblyEmitter(PassManagerBase &PM,
-                                  CodeGenOpt::Level OptLevel, 
-                                  bool Verbose, formatted_raw_ostream &Out);
 };
 
 } // end namespace llvm