Make use @llvm.assume for loop guards in ScalarEvolution
[oota-llvm.git] / lib / MC / MCMachOStreamer.cpp
index 9e8bc942e494ea8d3b950af0d8a518f20fc9c4c4..23b89759a2c5ec8507452d4f5206d86427c9b055 100644 (file)
@@ -90,8 +90,8 @@ public:
                              unsigned ByteAlignment) override;
   void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr,
                     uint64_t Size = 0, unsigned ByteAlignment = 0) override;
-  virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol,
-                      uint64_t Size, unsigned ByteAlignment = 0) override;
+  void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, uint64_t Size,
+                      unsigned ByteAlignment = 0) override;
 
   void EmitFileDirective(StringRef Filename) override {
     // FIXME: Just ignore the .file; it isn't important enough to fail the