Skip to content

Commit

Permalink
Update utils.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes authored Oct 11, 2024
1 parent a14781c commit 1d46bcc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions llvm_util/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Copyright (c) 2018-present The Alive2 Authors.
// Distributed under the MIT license that can be found in the LICENSE file.

#include "llvm/IR/Instructions.h"

#include "ir/instr.h"
#include <functional>
#include <ostream>
Expand All @@ -13,6 +11,7 @@
namespace llvm {
class APInt;
class BasicBlock;
class CallInst;
class ConstantExpr;
class DataLayout;
class Instruction;
Expand Down Expand Up @@ -71,7 +70,5 @@ std::unique_ptr<llvm::Module> openInputFile(llvm::LLVMContext &Context,
const std::string &InputFilename);
llvm::Function *findFunction(llvm::Module &M, const std::string &FName);

bool are_tailcall_preconditions_met(const llvm::CallInst &i);

IR::TailCallInfo parse_fn_tailcall(const llvm::CallInst &i);
}

0 comments on commit 1d46bcc

Please sign in to comment.