* 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@3277 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2002-08-09 20:08:03 +00:00
parent b91b31c12d
commit 179cdfb5c8
16 changed files with 77 additions and 176 deletions

View File

@@ -1,15 +1,9 @@
// $Id$ -*-c++-*-
//***************************************************************************
// File:
// InstrSelectionSupport.h
//
// Purpose:
// Target-independent instruction selection code.
// See SparcInstrSelection.cpp for usage.
//===-- llvm/CodeGen/InstrSelectionSupport.h --------------------*- C++ -*-===//
//
// Target-independent instruction selection code. See SparcInstrSelection.cpp
// for usage.
//
// History:
// 10/10/01 - Vikram Adve - Created
//**************************************************************************/
//===----------------------------------------------------------------------===//
#ifndef LLVM_CODEGEN_INSTR_SELECTION_SUPPORT_H
#define LLVM_CODEGEN_INSTR_SELECTION_SUPPORT_H