* Removed extraneous #includes
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9InstrSelectionSupport.h
index 2ee92945b7c5aef5765cf107d14019610f1eb83c..b076db1c03512c1d472b3f5afa2caf9f00082f32 100644 (file)
@@ -1,19 +1,13 @@
-// $Id$ -*-c++-*-
-//***************************************************************************
-// File:
-//     SparcInstrSelectionSupport.h
-// 
-// Purpose:
-// 
-// History:
-//     10/17/01         -  Vikram Adve  -  Created
-//**************************************************************************/
+//===-- llvm/CodeGen/SparcInstrSelectionSupport.h ---------------*- C++ -*-===//
+//
+//
+//
+//===----------------------------------------------------------------------===//
 
 #ifndef SPARC_INSTR_SELECTION_SUPPORT_h
 #define SPARC_INSTR_SELECTION_SUPPORT_h
 
 #include "llvm/DerivedTypes.h"
-#include "llvm/Value.h"
 
 inline MachineOpCode
 ChooseLoadInstruction(const Type *DestTy)
@@ -37,7 +31,6 @@ ChooseLoadInstruction(const Type *DestTy)
   return 0;
 }
 
-
 inline MachineOpCode
 ChooseStoreInstruction(const Type *DestTy)
 {