mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 16:24:23 +00:00
* Removed extraneous #includes
* Fixed file headers to be consistent with the rest of LLVM * Other minor fixes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3278 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1,14 +1,9 @@
|
||||
//***************************************************************************
|
||||
// File:
|
||||
// InstrSelectionSupport.h
|
||||
//===-- InstrSelectionSupport.cpp -----------------------------------------===//
|
||||
//
|
||||
// Target-independent instruction selection code. See SparcInstrSelection.cpp
|
||||
// for usage.
|
||||
//
|
||||
// Purpose:
|
||||
// Target-independent instruction selection code.
|
||||
// See SparcInstrSelection.cpp for usage.
|
||||
//
|
||||
// History:
|
||||
// 10/10/01 - Vikram Adve - Created
|
||||
//**************************************************************************/
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/CodeGen/InstrSelectionSupport.h"
|
||||
#include "llvm/CodeGen/InstrSelection.h"
|
||||
@ -21,7 +16,6 @@
|
||||
#include "llvm/Target/MachineRegInfo.h"
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/BasicBlock.h"
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/iMemory.h"
|
||||
using std::vector;
|
||||
|
Reference in New Issue
Block a user