diff options
| author | Jay Foad <jay.foad@gmail.com> | 2011-04-11 09:35:34 +0000 |
|---|---|---|
| committer | Jay Foad <jay.foad@gmail.com> | 2011-04-11 09:35:34 +0000 |
| commit | 7c14a558fe59ca86925f6a28f1f07c69490efdd8 (patch) | |
| tree | 8411d2cc85e606622f94b2fd8437c6632b3cd361 /llvm/unittests | |
| parent | 29426e87c17c523e220c93ba0b063fa6427c2565 (diff) | |
| download | bcm5719-llvm-7c14a558fe59ca86925f6a28f1f07c69490efdd8.tar.gz bcm5719-llvm-7c14a558fe59ca86925f6a28f1f07c69490efdd8.zip | |
Don't include Operator.h from InstrTypes.h.
llvm-svn: 129271
Diffstat (limited to 'llvm/unittests')
| -rw-r--r-- | llvm/unittests/Transforms/Utils/Cloning.cpp | 1 | ||||
| -rw-r--r-- | llvm/unittests/VMCore/InstructionsTest.cpp | 1 | ||||
| -rw-r--r-- | llvm/unittests/VMCore/ValueMapTest.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/llvm/unittests/Transforms/Utils/Cloning.cpp b/llvm/unittests/Transforms/Utils/Cloning.cpp index b65ac34dacd..1ce549d1ebf 100644 --- a/llvm/unittests/Transforms/Utils/Cloning.cpp +++ b/llvm/unittests/Transforms/Utils/Cloning.cpp @@ -9,6 +9,7 @@ #include "gtest/gtest.h" #include "llvm/Argument.h" +#include "llvm/Constant.h" #include "llvm/Instructions.h" #include "llvm/LLVMContext.h" #include "llvm/ADT/SmallPtrSet.h" diff --git a/llvm/unittests/VMCore/InstructionsTest.cpp b/llvm/unittests/VMCore/InstructionsTest.cpp index d286c73d5c6..8edcce40cba 100644 --- a/llvm/unittests/VMCore/InstructionsTest.cpp +++ b/llvm/unittests/VMCore/InstructionsTest.cpp @@ -9,6 +9,7 @@ #include "llvm/Instructions.h" #include "llvm/BasicBlock.h" +#include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/LLVMContext.h" #include "llvm/ADT/STLExtras.h" diff --git a/llvm/unittests/VMCore/ValueMapTest.cpp b/llvm/unittests/VMCore/ValueMapTest.cpp index 152e8eaaf1f..b4939208e7d 100644 --- a/llvm/unittests/VMCore/ValueMapTest.cpp +++ b/llvm/unittests/VMCore/ValueMapTest.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// #include "llvm/ADT/ValueMap.h" +#include "llvm/Constants.h" #include "llvm/Instructions.h" #include "llvm/LLVMContext.h" #include "llvm/ADT/OwningPtr.h" |

