SelectionDAG: Stop using DIVariable::isInlinedFnArgument()
[oota-llvm.git] / include / llvm / IR / DebugInfo.h
index f0832325e3c0635660cd53df3ca45141545c646d..8592b2cf92261d7b0fc88cdbca4485a78ca9302c 100644 (file)
@@ -724,9 +724,6 @@ public:
     return (getType().resolve(Map)).isBlockByrefStruct();
   }
 
-  /// \brief Check if this is an inlined function argument.
-  bool isInlinedFnArgument(const Function *CurFn);
-
   void printExtendedName(raw_ostream &OS) const;
 };