Skip to content

Commit

Permalink
fix init
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed Dec 15, 2020
1 parent f8af776 commit cd8db75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tv/tv.cpp
Expand Up @@ -232,7 +232,8 @@ string get_random_str() {
struct TVPass final : public llvm::ModulePass {
static char ID;
bool skip_verify = false;
const function<llvm::TargetLibraryInfo*(llvm::Function&)> *TLI_override;
const function<llvm::TargetLibraryInfo*(llvm::Function&)> *TLI_override
= nullptr;

TVPass() : ModulePass(ID) {}

Expand Down

0 comments on commit cd8db75

Please sign in to comment.