mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
add #include guards, thanks Dan.
llvm-svn: 61619
This commit is contained in:
parent
690954f68f
commit
486c88dbf1
@ -16,6 +16,9 @@
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
|
||||
#ifndef LLVM_SUPPORT_PREDITERATORCACHE_H
|
||||
#define LLVM_SUPPORT_PREDITERATORCACHE_H
|
||||
|
||||
namespace llvm {
|
||||
|
||||
/// PredIteratorCache - This class is an extremely trivial cache for
|
||||
@ -55,3 +58,5 @@ namespace llvm {
|
||||
};
|
||||
} // end namespace llvm
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user