commit | d92b01c3850745689a46762bd9eb53cfd9afacdd | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Apr 09 18:37:46 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Apr 09 18:37:46 2002 +0000 |
tree | 132862b605a6ea019d39267723f4b1474eced7a3 | |
parent | 807399ad863fd5298413d10831f653afa97234ea [diff] [blame] |
Add #includes to make up for #includes pruned out of header files. llvm-svn: 2207
diff --git a/llvm/lib/Transforms/Scalar/DCE.cpp b/llvm/lib/Transforms/Scalar/DCE.cpp index e0f5287..c48fa2f 100644 --- a/llvm/lib/Transforms/Scalar/DCE.cpp +++ b/llvm/lib/Transforms/Scalar/DCE.cpp
@@ -30,6 +30,7 @@ #include "llvm/BasicBlock.h" #include "llvm/iTerminators.h" #include "llvm/iPHINode.h" +#include "llvm/ConstantVals.h" #include "llvm/Support/CFG.h" #include "llvm/Pass.h" #include "Support/STLExtras.h"