From fb5ae02e1aca43941b806c026e3abb1444783ec1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 3 Dec 2001 18:02:31 +0000 Subject: Split the PHINode class out from the iOther.h file into the iPHINode.h file llvm-svn: 1405 --- llvm/lib/Transforms/Scalar/InductionVars.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/Scalar/InductionVars.cpp') diff --git a/llvm/lib/Transforms/Scalar/InductionVars.cpp b/llvm/lib/Transforms/Scalar/InductionVars.cpp index 9f0513f36e8..7dfae486d2b 100644 --- a/llvm/lib/Transforms/Scalar/InductionVars.cpp +++ b/llvm/lib/Transforms/Scalar/InductionVars.cpp @@ -24,7 +24,7 @@ #include "llvm/Analysis/IntervalPartition.h" #include "llvm/Assembly/Writer.h" #include "llvm/SymbolTable.h" -#include "llvm/iOther.h" +#include "llvm/iPHINode.h" #include "Support/STLExtras.h" #include -- cgit v1.2.3