From 562b84b3aea359d1f918184e355da82bf05eb290 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Mon, 11 Apr 2011 09:35:34 +0000 Subject: Don't include Operator.h from InstrTypes.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129271 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Transforms/Utils/Cloning.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'unittests/Transforms') diff --git a/unittests/Transforms/Utils/Cloning.cpp b/unittests/Transforms/Utils/Cloning.cpp index b65ac34dac..1ce549d1eb 100644 --- a/unittests/Transforms/Utils/Cloning.cpp +++ b/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" -- cgit v1.2.3