Verifier: Check for incompatible bit piece expressions
[oota-llvm.git] / include / llvm / IR / DebugInfo.h
index 33bb225db19fef3812d07282027486a44697689a..668c29ac77ac380634b618c8eb9c27d7b2b0160f 100644 (file)
@@ -740,9 +740,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;
 };