diff options
Diffstat (limited to 'lib/Transforms/HoistPHIConstants.cpp')
-rw-r--r-- | lib/Transforms/HoistPHIConstants.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Transforms/HoistPHIConstants.cpp b/lib/Transforms/HoistPHIConstants.cpp index d08deba778..fe7cabf161 100644 --- a/lib/Transforms/HoistPHIConstants.cpp +++ b/lib/Transforms/HoistPHIConstants.cpp @@ -6,10 +6,8 @@ // //===----------------------------------------------------------------------===// - - - #include "llvm/Transforms/HoistPHIConstants.h" +#include "llvm/iPHINode.h" #include "llvm/iOther.h" #include "llvm/BasicBlock.h" #include "llvm/Method.h" |