Skip to content
Snippets Groups Projects
Commit ab58d32e authored by Akash Kothari's avatar Akash Kothari :speech_balloon:
Browse files

Fix function declaration types to FunctionCallee

parent 5d87b9d2
No related branches found
No related tags found
No related merge requests found
...@@ -27,9 +27,9 @@ struct GenVISC : public ModulePass { ...@@ -27,9 +27,9 @@ struct GenVISC : public ModulePass {
private: private:
// Member variables // Member variables
Module* M; Module* M;
Constant* llvm_visc_initializeTimerSet; FunctionCalleee llvm_visc_initializeTimerSet;
Constant* llvm_visc_switchToTimer; FunctionCalleee llvm_visc_switchToTimer;
Constant* llvm_visc_printTimerSet; FunctionCalleee llvm_visc_printTimerSet;
GlobalVariable* TimerSet; GlobalVariable* TimerSet;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment