Remove useless .debug_macinfo section setup.
[oota-llvm.git] / lib / Target / ARM / ARMBaseInstrInfo.h
index 0ae291bccf975ed84092179b5891bc383f8df2b3..ecbcf5c0f96a06da0a12585340fe4402e211dfb1 100644 (file)
@@ -261,7 +261,9 @@ public:
                      unsigned &TrueOp, unsigned &FalseOp,
                      bool &Optimizable) const override;
 
-  MachineInstr *optimizeSelect(MachineInstr *MI, bool) const override;
+  MachineInstr *optimizeSelect(MachineInstr *MI,
+                               SmallPtrSetImpl<MachineInstr *> &SeenMIs,
+                               bool) const override;
 
   /// FoldImmediate - 'Reg' is known to be defined by a move immediate
   /// instruction, try to fold the immediate into the use instruction.