Add #include no longer included by llvm/Transforms/Scalar/ConstantProp.h
authorChris Lattner <sabre@nondot.org>
Tue, 7 May 2002 18:11:30 +0000 (18:11 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 7 May 2002 18:11:30 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2517 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/SCCP.cpp

index 54e5fc0f28e00a57c5cf945f06c1bbd1b7316538..2d8f3ee614279e88e1e2fa433397ea27e385240e 100644 (file)
@@ -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"