diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-11-05 23:01:30 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-11-05 23:01:30 +0000 |
commit | 0c8ae782cb966068f8317f8225633e2f4720ccb7 (patch) | |
tree | fc58a0bbe974f1e8f24c548601e6d24db57900a6 /include/llvm/Transforms/Utils | |
parent | 489b83302cb2476277a841aee546da1aa4054b28 (diff) | |
download | external_llvm-0c8ae782cb966068f8317f8225633e2f4720ccb7.zip external_llvm-0c8ae782cb966068f8317f8225633e2f4720ccb7.tar.gz external_llvm-0c8ae782cb966068f8317f8225633e2f4720ccb7.tar.bz2 |
Make a few more LLVM headers parsable as standalone headers.
Fix some problems with the hidden copy constructors for
ImmutableMap/ImmutableSet found by Clang++.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86186 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/Utils')
-rw-r--r-- | include/llvm/Transforms/Utils/SSI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Transforms/Utils/SSI.h b/include/llvm/Transforms/Utils/SSI.h index ff5bb7b..198fc82 100644 --- a/include/llvm/Transforms/Utils/SSI.h +++ b/include/llvm/Transforms/Utils/SSI.h @@ -22,6 +22,7 @@ #ifndef LLVM_TRANSFORMS_UTILS_SSI_H #define LLVM_TRANSFORMS_UTILS_SSI_H +#include "llvm/InstrTypes.h" #include "llvm/Pass.h" #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/SmallPtrSet.h" |