mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
add #include guards, thanks Dan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f225d2e4d6
commit
723a59c17e
@ -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…
x
Reference in New Issue
Block a user