Add MCAsmParser interface.
[oota-llvm.git] / include / llvm / Argument.h
index 9faff549f262b63f78d95b2b665f322ada468e8f..9c0636779849899fe6389c07c8e1b086087e09ee 100644 (file)
@@ -56,6 +56,10 @@ public:
   /// it in its containing function.
   bool hasNoAliasAttr() const;
   
+  /// hasNoCaptureAttr - Return true if this argument has the nocapture
+  /// attribute on it in its containing function.
+  bool hasNoCaptureAttr() const;
+  
   /// hasSRetAttr - Return true if this argument has the sret attribute on it in
   /// its containing function.
   bool hasStructRetAttr() const;