Add compilability

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14744 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-07-11 02:48:28 +00:00
parent bf5733737f
commit 98599d098f
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

@ -27,6 +27,7 @@
#include "Support/CommandLine.h"
#include "Support/Debug.h"
#include "Support/STLExtras.h"
#include <iostream>
using namespace llvm;
PowerPCRegisterInfo::PowerPCRegisterInfo()