diff options
Diffstat (limited to 'lib/Target/SparcV9/SparcV9InstrSelection.cpp')
-rw-r--r-- | lib/Target/SparcV9/SparcV9InstrSelection.cpp | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/lib/Target/SparcV9/SparcV9InstrSelection.cpp b/lib/Target/SparcV9/SparcV9InstrSelection.cpp index 1b27d32..9b726a5 100644 --- a/lib/Target/SparcV9/SparcV9InstrSelection.cpp +++ b/lib/Target/SparcV9/SparcV9InstrSelection.cpp @@ -1,14 +1,8 @@ -// $Id$ -//*************************************************************************** -// File: -// SparcInstrSelection.cpp -// -// Purpose: -// BURS instruction selection for SPARC V9 architecture. -// -// History: -// 7/02/01 - Vikram Adve - Created -//**************************************************************************/ +//===-- SparcInstrSelection.cpp -------------------------------------------===// +// +// BURS instruction selection for SPARC V9 architecture. +// +//===----------------------------------------------------------------------===// #include "SparcInternals.h" #include "SparcInstrSelectionSupport.h" @@ -24,7 +18,6 @@ #include "llvm/iTerminators.h" #include "llvm/iMemory.h" #include "llvm/iOther.h" -#include "llvm/BasicBlock.h" #include "llvm/Function.h" #include "llvm/Constants.h" #include "Support/MathExtras.h" |