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

Fix typo in GenVISC.h

parent 5c1421a9
No related branches found
No related tags found
No related merge requests found
...@@ -28,9 +28,9 @@ struct GenVISC : public ModulePass { ...@@ -28,9 +28,9 @@ struct GenVISC : public ModulePass {
private: private:
// Member variables // Member variables
Module* M; Module* M;
FunctionCalleee llvm_visc_initializeTimerSet; FunctionCallee llvm_visc_initializeTimerSet;
FunctionCalleee llvm_visc_switchToTimer; FunctionCallee llvm_visc_switchToTimer;
FunctionCalleee llvm_visc_printTimerSet; FunctionCallee 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