From 75b8d05429495276e1f7a5ff57d58380d643bc70 Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Wed, 8 Jan 2020 19:10:32 -0600
Subject: [PATCH] Fix typo in GenVISC.h

---
 hpvm/include/GenVISC/GenVISC.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hpvm/include/GenVISC/GenVISC.h b/hpvm/include/GenVISC/GenVISC.h
index 1b80e7fb19..fed7bbcfc1 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;
 
-- 
GitLab