Skip to content

Commit

Permalink
undo instsimplify folder2
Browse files Browse the repository at this point in the history
  • Loading branch information
NaC-L committed Oct 23, 2024
1 parent be220c2 commit 9c05842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lifter/OperandUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <llvm/ADT/DenseMap.h>
#include <llvm/ADT/StringRef.h>
#include <llvm/Analysis/DomConditionCache.h>
#include <llvm/Analysis/ConstantFolding.h>
#include <llvm/Analysis/InstructionSimplify.h>
#include <llvm/Analysis/SimplifyQuery.h>
#include <llvm/Analysis/TargetLibraryInfo.h>
Expand Down
1 change: 1 addition & 0 deletions lifter/lifterClass.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "PathSolver.h"
#include "includes.h"
#include "utils.h"
#include <llvm/Analysis/SimplifyQuery.h>
#include <llvm/ADT/SmallVector.h>
#include <llvm/Analysis/DomConditionCache.h>
#include <llvm/IR/Dominators.h>
Expand Down

0 comments on commit 9c05842

Please sign in to comment.