Revert "This reapplies r207130 with an additional testcase+and a missing check for"
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuilder.h
index fb29691ee4177077f26a915a339158e7b716506a..a04108d56adf691e23865242a5235c530dd09e47 100644 (file)
@@ -785,8 +785,7 @@ private:
   /// corresponding DBG_VALUE machine instruction for it now. At the end of
   /// instruction selection, they will be inserted to the entry BB.
   bool EmitFuncArgumentDbgValue(const Value *V, MDNode *Variable,
-                                int64_t Offset, bool IsIndirect,
-                                const SDValue &N);
+                                int64_t Offset, const SDValue &N);
 };
 
 } // end namespace llvm