From 87cdad0d173b6369c79bfdd3a2d717bebfacb49f Mon Sep 17 00:00:00 2001
From: akashk4 <akashk4@illinois.edu>
Date: Tue, 28 Jan 2020 07:52:29 -0600
Subject: [PATCH] Add pass description in GenHPVM.h

---
 hpvm/include/GenHPVM/GenHPVM.h | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/hpvm/include/GenHPVM/GenHPVM.h b/hpvm/include/GenHPVM/GenHPVM.h
index 24798bc274..78afb325e7 100644
--- a/hpvm/include/GenHPVM/GenHPVM.h
+++ b/hpvm/include/GenHPVM/GenHPVM.h
@@ -1,4 +1,4 @@
-//== GenHPVM.h - Header file for "LLVM IR to HPVM IR Pass" =//
+//==------- GenHPVM.h - Header file for "LLVM IR to HPVM IR Pass" ----------==//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -6,6 +6,13 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
+//
+// This file defines the GenHPVM pass responsible for converting HPVM-C to 
+// HPVM intrinsics. Note that this pass relies on memory-to-register optimiza-
+// tion pass to execute before this executes. 
+//
+//===----------------------------------------------------------------------===//
+ 
 
 #include "SupportHPVM/HPVMTimer.h"
 #include "llvm/IR/DerivedTypes.h"
-- 
GitLab