Skip to content

Commit

Permalink
Use arch-specific register files
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Oct 26, 2023
1 parent 91eaedd commit 25877d4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dataflowAPI/liveness.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "liveness.h"
#include "Location.h"
#include "bitArray.h"
#include "dyn_regs.h"
#include "registers/x86_64_regs.h"
#include <cstdio>

namespace pa = Dyninst::ParseAPI;
Expand Down
2 changes: 1 addition & 1 deletion unstrip/fingerprint.C
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "util.h"
#include "database.h"
#include "predicates.h"
#include "dyn_regs.h"
#include "registers/x86_regs.h"

using namespace std;
using namespace Dyninst;
Expand Down
2 changes: 1 addition & 1 deletion unstrip/predicates.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include "CodeSource.h"
#include "CodeObject.h"
#include "CFG.h"
#include "dyn_regs.h"
#include "registers/x86_regs.h"

// symtabAPI
#include "Function.h"
Expand Down
3 changes: 1 addition & 2 deletions unstrip/util.C
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
#include "CodeSource.h"
#include "CodeObject.h"
#include "CFG.h"
#include "dyn_regs.h"

#include "registers/x86_regs.h"
// symtabAPI
#include "Function.h"

Expand Down
2 changes: 1 addition & 1 deletion unusedArgs/unusedArgs.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "Symtab.h"
#include "Function.h"
#include "liveness.h"
#include "dyn_regs.h"
#include "registers/x86_64_regs.h"

using namespace Dyninst;
using namespace SymtabAPI;
Expand Down

0 comments on commit 25877d4

Please sign in to comment.