mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 05:29:23 +00:00
Update guards
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51692 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b5b209679
commit
1ff4ed726b
@ -14,8 +14,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_ADT_HASH_MAP
|
#ifndef LLVM_ADT_HASH_MAP_H
|
||||||
#define LLVM_ADT_HASH_MAP
|
#define LLVM_ADT_HASH_MAP_H
|
||||||
|
|
||||||
// Compiler Support Matrix
|
// Compiler Support Matrix
|
||||||
//
|
//
|
||||||
@ -147,4 +147,4 @@ using HASH_NAMESPACE::hash;
|
|||||||
|
|
||||||
#include "llvm/ADT/HashExtras.h"
|
#include "llvm/ADT/HashExtras.h"
|
||||||
|
|
||||||
#endif
|
#endif // LLVM_ADT_HASH_MAP_H
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_ADT_HASH_SET
|
#ifndef LLVM_ADT_HASH_SET_H
|
||||||
#define LLVM_ADT_HASH_SET
|
#define LLVM_ADT_HASH_SET_H
|
||||||
|
|
||||||
// Compiler Support Matrix
|
// Compiler Support Matrix
|
||||||
//
|
//
|
||||||
@ -108,4 +108,4 @@ using HASH_NAMESPACE::hash_set;
|
|||||||
|
|
||||||
#include "llvm/ADT/HashExtras.h"
|
#include "llvm/ADT/HashExtras.h"
|
||||||
|
|
||||||
#endif
|
#endif // LLVM_ADT_HASH_SET_H
|
||||||
|
@ -35,8 +35,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_ADT_ILIST
|
#ifndef LLVM_ADT_ILIST_H
|
||||||
#define LLVM_ADT_ILIST
|
#define LLVM_ADT_ILIST_H
|
||||||
|
|
||||||
#include "llvm/ADT/iterator.h"
|
#include "llvm/ADT/iterator.h"
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
@ -631,4 +631,4 @@ namespace std {
|
|||||||
}
|
}
|
||||||
} // End 'std' extensions...
|
} // End 'std' extensions...
|
||||||
|
|
||||||
#endif
|
#endif // LLVM_ADT_ILIST_H
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef LLVM_ADT_ITERATOR
|
#ifndef LLVM_ADT_ITERATOR_H
|
||||||
#define LLVM_ADT_ITERATOR
|
#define LLVM_ADT_ITERATOR_H
|
||||||
|
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
|
||||||
@ -73,4 +73,4 @@ struct forward_iterator
|
|||||||
using std::forward_iterator;
|
using std::forward_iterator;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif // LLVM_ADT_ITERATOR_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user