Must include SetOperations to do set_*

llvm-svn: 1716
This commit is contained in:
Chris Lattner 2002-02-05 03:35:53 +00:00
parent a2b661f764
commit 101a5d9197
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h" #include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h"
#include "llvm/CodeGen/MachineInstr.h" #include "llvm/CodeGen/MachineInstr.h"
#include "llvm/BasicBlock.h" #include "llvm/BasicBlock.h"
#include "Support/SetOperations.h"
/// BROKEN: Should not include sparc stuff directly into here /// BROKEN: Should not include sparc stuff directly into here
#include "../../Target/Sparc/SparcInternals.h" // Only for PHI defn #include "../../Target/Sparc/SparcInternals.h" // Only for PHI defn

View File

@ -10,6 +10,7 @@
#include "llvm/CodeGen/MachineInstr.h" #include "llvm/CodeGen/MachineInstr.h"
#include "llvm/BasicBlock.h" #include "llvm/BasicBlock.h"
#include "Support/PostOrderIterator.h" #include "Support/PostOrderIterator.h"
#include "Support/SetOperations.h"
#include <iostream> #include <iostream>
AnalysisID MethodLiveVarInfo::ID(AnalysisID::create<MethodLiveVarInfo>()); AnalysisID MethodLiveVarInfo::ID(AnalysisID::create<MethodLiveVarInfo>());

View File

@ -3,6 +3,7 @@
#include "llvm/CodeGen/MachineInstr.h" #include "llvm/CodeGen/MachineInstr.h"
#include "llvm/Target/TargetMachine.h" #include "llvm/Target/TargetMachine.h"
#include "llvm/Method.h" #include "llvm/Method.h"
#include "Support/SetOperations.h"
#include <iostream> #include <iostream>
using std::cerr; using std::cerr;