Skip to content

Commit

Permalink
Rename CallSite.h to AbstractCallSite.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tpatki committed Jan 12, 2024
1 parent e509c71 commit d742d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c/weaver/weave/perfflow_weave.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "llvm/IR/Attributes.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/LegacyPassManager.h"
#include "llvm/IR/CallSite.h"
#include "llvm/IR/AbstractCallSite.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Argument.h"
#include "llvm/IR/IRBuilder.h"
Expand Down

0 comments on commit d742d77

Please sign in to comment.