aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AttributesImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VMCore/AttributesImpl.h')
-rw-r--r--lib/VMCore/AttributesImpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VMCore/AttributesImpl.h b/lib/VMCore/AttributesImpl.h
index 193e873717..7bc5c5045c 100644
--- a/lib/VMCore/AttributesImpl.h
+++ b/lib/VMCore/AttributesImpl.h
@@ -1,4 +1,4 @@
-//===-- AttributesImpl.h - Attributes Internals -----------------*- C++ -*-===//
+//===-- AttributesImpl.h - Attribute Internals -----------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -28,7 +28,7 @@ public:
bool hasAttribute(uint64_t A) const;
bool hasAttributes() const;
- bool hasAttributes(const Attributes &A) const;
+ bool hasAttributes(const Attribute &A) const;
uint64_t getAlignment() const;
uint64_t getStackAlignment() const;