mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-05 12:31:46 +00:00
Cleanup whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e3f7be36c7
commit
f3d1500ab2
@ -395,8 +395,6 @@ public:
|
||||
bool operator!=(const AttrListPtr &RHS) const
|
||||
{ return AttrList != RHS.AttrList; }
|
||||
|
||||
void dump() const;
|
||||
|
||||
//===--------------------------------------------------------------------===//
|
||||
// Attribute List Introspection
|
||||
//===--------------------------------------------------------------------===//
|
||||
@ -426,6 +424,8 @@ public:
|
||||
/// holds a index number plus a set of attributes.
|
||||
const AttributeWithIndex &getSlot(unsigned Slot) const;
|
||||
|
||||
void dump() const;
|
||||
|
||||
private:
|
||||
explicit AttrListPtr(AttributeListImpl *L);
|
||||
|
||||
|
@ -7,7 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file implements the AttributesList class and Attribute utilities.
|
||||
// This file implements the Attributes, AttributeImpl, AttrBuilder,
|
||||
// AttributeListImpl, and AttrListPtr classes.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user