diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-12-31 11:52:55 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-12-31 11:52:55 +0000 |
commit | f50ea7109d843492a1d6b0b20ad2acf4fcf2229b (patch) | |
tree | cc5508bd98aee6234bbc0fb66b68833f9643907b | |
parent | e10f76c6404492a23b791989951b4b844698691a (diff) | |
download | bcm5719-llvm-f50ea7109d843492a1d6b0b20ad2acf4fcf2229b.tar.gz bcm5719-llvm-f50ea7109d843492a1d6b0b20ad2acf4fcf2229b.zip |
Remove dead method.
llvm-svn: 171295
-rw-r--r-- | llvm/include/llvm/Attributes.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/Attributes.h b/llvm/include/llvm/Attributes.h index a8fedb8210b..c28f0bd0907 100644 --- a/llvm/include/llvm/Attributes.h +++ b/llvm/include/llvm/Attributes.h @@ -333,12 +333,6 @@ public: return getAttributes(FunctionIndex); } - /// \brief Return true if the specified parameter index has the specified - /// attribute set. - bool paramHasAttr(unsigned Idx, Attribute Attr) const { - return getAttributes(Idx).hasAttributes(Attr); - } - /// \brief Return the alignment for the specified function parameter. unsigned getParamAlignment(unsigned Idx) const { return getAttributes(Idx).getAlignment(); |