Skip to content

Commit

Permalink
include instruction before value
Browse files Browse the repository at this point in the history
  • Loading branch information
NaC-L committed Oct 23, 2024
1 parent 9c05842 commit 60a4636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lifter/GEPTracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <Zycore/Types.h>
#include <llvm/ADT/APInt.h>
#include <llvm/IR/Instruction.h>
#include <llvm/IR/Value.h>

enum Assumption { Real, Assumed }; // add None
Expand Down
1 change: 1 addition & 0 deletions lifter/OperandUtils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once
#include <llvm/IR/IRBuilder.h>
#include <llvm/IR/Instruction.h>
#include <llvm/IR/Value.h>

llvm::Value* simplifyValue(llvm::Value* v, const llvm::DataLayout& DL);
Expand Down

0 comments on commit 60a4636

Please sign in to comment.