DI: Remove dead code: getDICompositeType()
[oota-llvm.git] / include / llvm / IR / Argument.h
index dd76a90aa5ea799292882aa7ae8092495992213f..fc04fe71cbf06d2ec3252f77c027c46399064591 100644 (file)
@@ -64,6 +64,11 @@ public:
   /// containing function, return the number of bytes known to be
   /// dereferenceable. Otherwise, zero is returned.
   uint64_t getDereferenceableBytes() const;
+  
+  /// \brief If this argument has the dereferenceable_or_null attribute on 
+  /// it in its containing function, return the number of bytes known to be
+  /// dereferenceable. Otherwise, zero is returned.
+  uint64_t getDereferenceableOrNullBytes() const;
 
   /// \brief Return true if this argument has the byval attribute on it in its
   /// containing function.