Remember the contents of leb and dwarfline fragments when relaxing. This avoids
[oota-llvm.git] / lib / MC / MCLoggingStreamer.cpp
index 6cbef0b0250b13663cf8b63a29f9d4496d231320..134554b8006d620f915622208acc4583c93689ee 100644 (file)
@@ -154,8 +154,7 @@ public:
     return Child->EmitBytes(Data, AddrSpace);
   }
 
-  virtual void EmitValue(const MCExpr *Value, unsigned Size,unsigned AddrSpace,
-                         bool UseSet = false){
+  virtual void EmitValue(const MCExpr *Value, unsigned Size,unsigned AddrSpace){
     LogCall("EmitValue");
     return Child->EmitValue(Value, Size, AddrSpace);
   }