style: [patch 1/22] use /r/3648/ to reorganize includes
This commit is contained in:
@@ -28,10 +28,11 @@
|
||||
* Authors: Kevin Lim
|
||||
*/
|
||||
|
||||
#include "cpu/pred/2bit_local.hh"
|
||||
|
||||
#include "base/intmath.hh"
|
||||
#include "base/misc.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "cpu/pred/2bit_local.hh"
|
||||
#include "debug/Fetch.hh"
|
||||
|
||||
LocalBP::LocalBP(const LocalBPParams *params)
|
||||
|
||||
@@ -32,9 +32,10 @@
|
||||
* Implementation of a bi-mode branch predictor
|
||||
*/
|
||||
|
||||
#include "cpu/pred/bi_mode.hh"
|
||||
|
||||
#include "base/bitfield.hh"
|
||||
#include "base/intmath.hh"
|
||||
#include "cpu/pred/bi_mode.hh"
|
||||
|
||||
BiModeBP::BiModeBP(const BiModeBPParams *params)
|
||||
: BPredUnit(params),
|
||||
|
||||
@@ -28,9 +28,10 @@
|
||||
* Authors: Kevin Lim
|
||||
*/
|
||||
|
||||
#include "cpu/pred/btb.hh"
|
||||
|
||||
#include "base/intmath.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "cpu/pred/btb.hh"
|
||||
#include "debug/Fetch.hh"
|
||||
|
||||
DefaultBTB::DefaultBTB(unsigned _numEntries,
|
||||
|
||||
@@ -40,9 +40,10 @@
|
||||
* Authors: Kevin Lim
|
||||
*/
|
||||
|
||||
#include "cpu/pred/tournament.hh"
|
||||
|
||||
#include "base/bitfield.hh"
|
||||
#include "base/intmath.hh"
|
||||
#include "cpu/pred/tournament.hh"
|
||||
|
||||
TournamentBP::TournamentBP(const TournamentBPParams *params)
|
||||
: BPredUnit(params),
|
||||
|
||||
Reference in New Issue
Block a user