summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2011-04-11 09:35:34 +0000
committerJay Foad <jay.foad@gmail.com>2011-04-11 09:35:34 +0000
commit7c14a558fe59ca86925f6a28f1f07c69490efdd8 (patch)
tree8411d2cc85e606622f94b2fd8437c6632b3cd361 /llvm/unittests
parent29426e87c17c523e220c93ba0b063fa6427c2565 (diff)
downloadbcm5719-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.cpp1
-rw-r--r--llvm/unittests/VMCore/InstructionsTest.cpp1
-rw-r--r--llvm/unittests/VMCore/ValueMapTest.cpp1
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"
OpenPOWER on IntegriCloud