Reapply "Verifier: Check for incompatible bit piece expressions"
[oota-llvm.git] / include / llvm / IR / DebugInfo.h
index 64d9f4d95bd56654c45d7465c652add7cb85939e..32cea6f34879ffb34938be636a3e4d072d0bfc1a 100644 (file)
@@ -735,9 +735,6 @@ public:
   /// \brief Check if this is an inlined function argument.
   bool isInlinedFnArgument(const Function *CurFn);
 
-  /// \brief Return the size reported by the variable's type.
-  unsigned getSizeInBits(const DITypeIdentifierMap &Map);
-
   void printExtendedName(raw_ostream &OS) const;
 };