X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FArgument.h;h=9c0636779849899fe6389c07c8e1b086087e09ee;hb=a3af370dc12f6d5100da5d614ab0a62da135569a;hp=9faff549f262b63f78d95b2b665f322ada468e8f;hpb=0598866c052147c31b808391f58434ce3dbfb838;p=oota-llvm.git diff --git a/include/llvm/Argument.h b/include/llvm/Argument.h index 9faff549f26..9c063677984 100644 --- a/include/llvm/Argument.h +++ b/include/llvm/Argument.h @@ -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;