diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:01:25 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:01:25 +0000 | 
| commit | d8e91e46262bc44006913e6796843909f1ac7bcd (patch) | |
| tree | 7d0c143d9b38190e0fa0180805389da22cd834c5 /lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h | |
| parent | b7eb8e35e481a74962664b63dfb09483b200209a (diff) | |
Notes
Diffstat (limited to 'lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h')
| -rw-r--r-- | lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h b/lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h index 199374cdabf3..f3c8bde9f8ff 100644 --- a/lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h +++ b/lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h @@ -13,6 +13,9 @@  //  //===----------------------------------------------------------------------===// +#ifndef LLVM_LIB_TRANSFORMS_AGGRESSIVEINSTCOMBINE_COMBINEINTERNAL_H +#define LLVM_LIB_TRANSFORMS_AGGRESSIVEINSTCOMBINE_COMBINEINTERNAL_H +  #include "llvm/ADT/MapVector.h"  #include "llvm/ADT/STLExtras.h"  #include "llvm/Analysis/AliasAnalysis.h" @@ -119,3 +122,5 @@ private:    void ReduceExpressionDag(Type *SclTy);  };  } // end namespace llvm. + +#endif  | 
