Add explicit #includes of Function.h to make up for the removed #include
authorChris Lattner <sabre@nondot.org>
Tue, 9 Apr 2002 19:08:28 +0000 (19:08 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Apr 2002 19:08:28 +0000 (19:08 +0000)
in iOther.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2209 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/ComputeClosure.cpp
lib/Target/SparcV9/SparcV9RegInfo.cpp
lib/Transforms/TransformInternals.cpp
lib/Transforms/Utils/LowerAllocations.cpp

index 5ea706800ba4d5cc859d095d277b25883e1f3d40..671fb9219b1e7aa37d73256b322b51c3517136f1 100644 (file)
@@ -8,6 +8,7 @@
 //#define DEBUG_IP_CLOSURE 1
 
 #include "llvm/Analysis/DataStructure.h"
+#include "llvm/Function.h"
 #include "llvm/iOther.h"
 #include "Support/STLExtras.h"
 #include <algorithm>
index 89f699b368f8090f744fe9e51de6255b343a7b1a..b5eef094d683986cfa1b50083ecd2f21aeb729bc 100644 (file)
@@ -14,6 +14,7 @@
 #include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h"
 #include "llvm/iTerminators.h"
 #include "llvm/iOther.h"
+#include "llvm/Function.h"
 #include "llvm/DerivedTypes.h"
 #include <iostream>
 using std::cerr;
index a75aa57bccd96ac1df59d73198152d74b7333fc1..e41f955f63bed839f5efe8a4551cecc5cb564039 100644 (file)
@@ -9,6 +9,7 @@
 #include "llvm/Type.h"
 #include "llvm/ConstantVals.h"
 #include "llvm/Analysis/Expressions.h"
+#include "llvm/Function.h"
 #include "llvm/iOther.h"
 #include <algorithm>
 
index 3345acd6f73c354907ae0e369a6fd1d23b82cebd..42524c8be86c2dfbef2421351e23e16ae71ab69e 100644 (file)
@@ -10,6 +10,7 @@
 #include "llvm/Transforms/ChangeAllocations.h"
 #include "llvm/Target/TargetData.h"
 #include "llvm/Module.h"
+#include "llvm/Function.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/iMemory.h"
 #include "llvm/iOther.h"