Back to compiling land for v8

llvm-svn: 16138
This commit is contained in:
Brian Gaeke 2004-09-02 02:37:43 +00:00
parent 7c16caa336
commit c6e81f0fde
4 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@
#include "SparcV8.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "Support/Statistic.h"
#include "llvm/ADT/Statistic.h"
using namespace llvm;

View File

@ -13,7 +13,7 @@
#include "SparcV8.h"
#include "SparcV8InstrInfo.h"
#include "Support/Debug.h"
#include "llvm/Support/Debug.h"
#include "llvm/Instructions.h"
#include "llvm/Pass.h"
#include "llvm/Constants.h"

View File

@ -23,9 +23,9 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/Mangler.h"
#include "Support/Statistic.h"
#include "Support/StringExtras.h"
#include "Support/CommandLine.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/CommandLine.h"
#include <cctype>
using namespace llvm;

View File

@ -17,7 +17,7 @@
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/Type.h"
#include "Support/STLExtras.h"
#include "llvm/ADT/STLExtras.h"
#include <iostream>
using namespace llvm;