summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-12-31 11:52:55 +0000
committerBill Wendling <isanbard@gmail.com>2012-12-31 11:52:55 +0000
commitf50ea7109d843492a1d6b0b20ad2acf4fcf2229b (patch)
treecc5508bd98aee6234bbc0fb66b68833f9643907b
parente10f76c6404492a23b791989951b4b844698691a (diff)
downloadbcm5719-llvm-f50ea7109d843492a1d6b0b20ad2acf4fcf2229b.tar.gz
bcm5719-llvm-f50ea7109d843492a1d6b0b20ad2acf4fcf2229b.zip
Remove dead method.
llvm-svn: 171295
-rw-r--r--llvm/include/llvm/Attributes.h6
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();
OpenPOWER on IntegriCloud