diff options
| author | Bill Wendling <isanbard@gmail.com> | 2013-01-28 05:51:40 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2013-01-28 05:51:40 +0000 |
| commit | 892711b0db173ce838808501c68f4dc15d3c2afa (patch) | |
| tree | ff255730266defda917e715bd7d734d67628c34c /llvm/include | |
| parent | 8e31efdbbfe49bace5eca17f9971367d30a1f90f (diff) | |
| download | bcm5719-llvm-892711b0db173ce838808501c68f4dc15d3c2afa.tar.gz bcm5719-llvm-892711b0db173ce838808501c68f4dc15d3c2afa.zip | |
Mid-air collision. reapply r173656.
llvm-svn: 173661
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/IR/Attributes.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/include/llvm/IR/Attributes.h b/llvm/include/llvm/IR/Attributes.h index 63f9d088375..e6de2bf50ba 100644 --- a/llvm/include/llvm/IR/Attributes.h +++ b/llvm/include/llvm/IR/Attributes.h @@ -287,19 +287,19 @@ public: AttributeSet getFnAttributes() const; /// \brief Return true if the attribute exists at the given index. - bool hasAttribute(uint64_t Index, Attribute::AttrKind Kind) const; + bool hasAttribute(unsigned Index, Attribute::AttrKind Kind) const; /// \brief Return true if attribute exists at the given index. - bool hasAttributes(uint64_t Index) const; + bool hasAttributes(unsigned Index) const; /// \brief Return the alignment for the specified function parameter. - unsigned getParamAlignment(uint64_t Idx) const; + unsigned getParamAlignment(unsigned Idx) const; /// \brief Get the stack alignment. - unsigned getStackAlignment(uint64_t Index) const; + unsigned getStackAlignment(unsigned Index) const; /// \brief Return the attributes at the index as a string. - std::string getAsString(uint64_t Index) const; + std::string getAsString(unsigned Index) const; uint64_t Raw(unsigned Index) const; |

