1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Update guards

llvm-svn: 51692
This commit is contained in:
Anton Korobeynikov 2008-05-29 18:17:53 +00:00
parent 9db9e1a6a4
commit c128302249
4 changed files with 12 additions and 12 deletions

View File

@ -14,8 +14,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_ADT_HASH_MAP
#define LLVM_ADT_HASH_MAP
#ifndef LLVM_ADT_HASH_MAP_H
#define LLVM_ADT_HASH_MAP_H
// Compiler Support Matrix
//
@ -147,4 +147,4 @@ using HASH_NAMESPACE::hash;
#include "llvm/ADT/HashExtras.h"
#endif
#endif // LLVM_ADT_HASH_MAP_H

View File

@ -15,8 +15,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_ADT_HASH_SET
#define LLVM_ADT_HASH_SET
#ifndef LLVM_ADT_HASH_SET_H
#define LLVM_ADT_HASH_SET_H
// Compiler Support Matrix
//
@ -108,4 +108,4 @@ using HASH_NAMESPACE::hash_set;
#include "llvm/ADT/HashExtras.h"
#endif
#endif // LLVM_ADT_HASH_SET_H

View File

@ -35,8 +35,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_ADT_ILIST
#define LLVM_ADT_ILIST
#ifndef LLVM_ADT_ILIST_H
#define LLVM_ADT_ILIST_H
#include "llvm/ADT/iterator.h"
#include <cassert>
@ -631,4 +631,4 @@ namespace std {
}
} // End 'std' extensions...
#endif
#endif // LLVM_ADT_ILIST_H

View File

@ -25,8 +25,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_ADT_ITERATOR
#define LLVM_ADT_ITERATOR
#ifndef LLVM_ADT_ITERATOR_H
#define LLVM_ADT_ITERATOR_H
#include <iterator>
@ -73,4 +73,4 @@ struct forward_iterator
using std::forward_iterator;
#endif
#endif
#endif // LLVM_ADT_ITERATOR_H