diff --git a/hpvm/include/GenVISC/GenVISC.h b/hpvm/include/GenVISC/GenVISC.h index 1b80e7fb1999bc453031e5aad9ccce72971422b1..fed7bbcfc1dac6a039d77b669b0329b68b0dc741 100644 --- a/hpvm/include/GenVISC/GenVISC.h +++ b/hpvm/include/GenVISC/GenVISC.h @@ -28,9 +28,9 @@ struct GenVISC : public ModulePass { private: // Member variables Module* M; - FunctionCalleee llvm_visc_initializeTimerSet; - FunctionCalleee llvm_visc_switchToTimer; - FunctionCalleee llvm_visc_printTimerSet; + FunctionCallee llvm_visc_initializeTimerSet; + FunctionCallee llvm_visc_switchToTimer; + FunctionCallee llvm_visc_printTimerSet; GlobalVariable* TimerSet;