mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
S'more small non-functional changes in comments and #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173738 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/ADT/DenseSet.h"
|
||||
#include "llvm/ADT/FoldingSet.h"
|
||||
#include "llvm/Support/MathExtras.h"
|
||||
#include <cassert>
|
||||
#include <string>
|
||||
|
||||
@@ -27,7 +26,8 @@ namespace llvm {
|
||||
|
||||
class AttrBuilder;
|
||||
class AttributeImpl;
|
||||
class Constant;
|
||||
class AttributeSetImpl;
|
||||
class AttributeSetNode;
|
||||
class LLVMContext;
|
||||
class Type;
|
||||
|
||||
@@ -160,14 +160,6 @@ public:
|
||||
uint64_t Raw() const;
|
||||
};
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// AttributeSet Smart Pointer
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
class AttrBuilder;
|
||||
class AttributeSetImpl;
|
||||
class AttributeSetNode;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// \class
|
||||
/// \brief This class manages the ref count for the opaque AttributeSetImpl
|
||||
@@ -415,6 +407,7 @@ public:
|
||||
|
||||
iterator begin() { return Attrs.begin(); }
|
||||
iterator end() { return Attrs.end(); }
|
||||
|
||||
const_iterator begin() const { return Attrs.begin(); }
|
||||
const_iterator end() const { return Attrs.end(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user