From: Chris Lattner Date: Tue, 7 May 2002 18:11:30 +0000 (+0000) Subject: Add #include no longer included by llvm/Transforms/Scalar/ConstantProp.h X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6d7491c3cc1ce46f346767fabb39d5dcda4b22bb;p=oota-llvm.git Add #include no longer included by llvm/Transforms/Scalar/ConstantProp.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2517 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/SCCP.cpp b/lib/Transforms/Scalar/SCCP.cpp index 54e5fc0f28e..2d8f3ee6142 100644 --- a/lib/Transforms/Scalar/SCCP.cpp +++ b/lib/Transforms/Scalar/SCCP.cpp @@ -18,6 +18,7 @@ #include "llvm/Transforms/Scalar/ConstantProp.h" #include "llvm/ConstantHandling.h" #include "llvm/Function.h" +#include "llvm/BasicBlock.h" #include "llvm/iPHINode.h" #include "llvm/iMemory.h" #include "llvm/iTerminators.h"