Add #includes

llvm-svn: 14625
This commit is contained in:
Chris Lattner 2004-07-04 17:19:21 +00:00
parent 00fc1c5fa4
commit 0969646d6e
3 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/InstVisitor.h"
#include "llvm/Support/CFG.h"
#include <iostream>
using namespace llvm;
namespace {

View File

@ -18,6 +18,7 @@
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/Type.h"
#include "Support/STLExtras.h"
#include <iostream>
using namespace llvm;
SparcV8RegisterInfo::SparcV8RegisterInfo()

View File

@ -18,6 +18,7 @@
#include "llvm/CodeGen/Passes.h"
#include "llvm/Target/TargetMachineImpls.h"
#include "llvm/Transforms/Scalar.h"
#include <iostream>
using namespace llvm;
// allocateSparcV8TargetMachine - Allocate and return a subclass of